diff --git a/.travis.yml b/.travis.yml index 6b691ba5..bc2e95ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ android: components: - platform-tools - tools - - build-tools-23.0.3 + - build-tools-24.0.1 - android-24 - extra-android-m2repository diff --git a/app/build.gradle b/app/build.gradle index fcd9ea17..f486d1f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'