Update build tools to 25.0.1

multisite^2
Floens 8 years ago
parent a79705b7b2
commit 9dbb8e13be
  1. 2
      .travis.yml
  2. 2
      Clover/app/build.gradle

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

@ -15,7 +15,7 @@ def getCommitHash = { ->
android {
compileSdkVersion 25
// update the travis config when changing this
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.1'
defaultConfig {
applicationId "org.floens.chan"

Loading…
Cancel
Save