Using android build-tools 24 (23 is broken)

This commit is contained in:
Armin Novak
2016-07-06 11:50:53 +02:00
parent 8e552e20a9
commit 730ff20b63
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "23.0.2"
buildToolsVersion "24.0.0"
defaultConfig {
applicationId "com.freerdp.afreerdp"

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion "23.0.2"
buildToolsVersion "24.0.0"
defaultConfig {
minSdkVersion 14