Update android build tools to 24.0.1

This commit is contained in:
Fredrik Fornwall
2016-07-23 17:09:15 +02:00
parent f9842f22fb
commit 7e2cbd969a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- build-tools-24.0.1
- android-24
- extra-android-m2repository

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "23.0.3"
buildToolsVersion "24.0.1"
dependencies {
compile 'com.android.support:support-annotations:24.1.1'