diff --git a/.travis.yml b/.travis.yml index e953821d..a95a49de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ android: - platform-tools - tools - extra-android-m2repository - - build-tools-25.0.2 - - android-25 + - build-tools-26.0.2 + - android-26 script: cd Clover && ./gradlew build --console plain -x lint diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index 3c7e0c87..8b0e487a 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -13,7 +13,7 @@ def getCommitHash = { -> } android { - compileSdkVersion 25 + compileSdkVersion 26 // update the travis config when changing this buildToolsVersion '26.0.2' diff --git a/Clover/build.gradle b/Clover/build.gradle index 6013117a..277c10f0 100644 --- a/Clover/build.gradle +++ b/Clover/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0' + classpath 'com.android.tools.build:gradle:3.0.1' } }