Use same version of build tools we use in main project

This commit is contained in:
cketti 2015-01-30 10:28:14 +01:00
parent a00a119e18
commit 7158abe7ff
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '21.1.1'
buildToolsVersion '21.1.2'
// Do not abort build if lint finds errors
lintOptions {