Android: Upgrade to newest Build-Tools version.
This commit is contained in:
parent
140826edd5
commit
fe8d9e5a38
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "20.0.0"
|
||||
buildToolsVersion "22.0.1"
|
||||
|
||||
lintOptions {
|
||||
// This is important as it will run lint but not abort on error
|
||||
|
|
Loading…
Reference in New Issue