Android: Upgrade to newest Build-Tools version.

This commit is contained in:
Eder Bastos 2015-05-22 17:14:28 -04:00
parent 140826edd5
commit fe8d9e5a38
1 changed files with 1 additions and 1 deletions

View File

@ -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