build: update tools, fix travis version, compile with 26

multisite^2
Floens 8 years ago
parent a02c70d656
commit 1ecf91fef8
  1. 4
      .travis.yml
  2. 2
      Clover/app/build.gradle
  3. 2
      Clover/build.gradle

@ -7,7 +7,7 @@ android:
- platform-tools - platform-tools
- tools - tools
- extra-android-m2repository - extra-android-m2repository
- build-tools-25.0.2 - build-tools-26.0.2
- android-25 - android-26
script: cd Clover && ./gradlew build --console plain -x lint script: cd Clover && ./gradlew build --console plain -x lint

@ -13,7 +13,7 @@ def getCommitHash = { ->
} }
android { android {
compileSdkVersion 25 compileSdkVersion 26
// update the travis config when changing this // update the travis config when changing this
buildToolsVersion '26.0.2' buildToolsVersion '26.0.2'

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.android.tools.build:gradle:3.0.1'
} }
} }

Loading…
Cancel
Save