diff --git a/.travis.yml b/.travis.yml index 7304e070..6a458c15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ android: # second 'tools' updates SDK tools 'til last version ** in remote repository number 11 ** (current last one) - tools - platform-tools - - build-tools-24.0.2 + - build-tools-25.0.2 - android-24 - sys-img-armeabi-v7a-android-24 branches: diff --git a/build.gradle b/build.gradle index 946ae283..182125df 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { android { compileSdkVersion 24 - buildToolsVersion "24.0.2" + buildToolsVersion '25.0.2' sourceSets { main { diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 27db1bf9..b6227ee2 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -10,7 +10,7 @@ dependencies { android { compileSdkVersion 24 - buildToolsVersion "24.0.2" + buildToolsVersion "25.0.2" sourceSets { main { diff --git a/test_client/build.gradle b/test_client/build.gradle index bac9e894..40235b18 100644 --- a/test_client/build.gradle +++ b/test_client/build.gradle @@ -12,7 +12,7 @@ dependencies { android { compileSdkVersion 24 - buildToolsVersion "24.0.2" + buildToolsVersion "25.0.2" sourceSets { main {