Update travis config

multisite
Floens 9 years ago
parent 5e84e53b79
commit d48373eabe
  1. 2
      .travis.yml
  2. 1
      Clover/app/build.gradle

@ -5,7 +5,7 @@ android:
- platform-tools
- tools
- extra-android-m2repository
- build-tools-23.0.2
- build-tools-23.0.3
- android-23
script: cd Clover && ./gradlew build --console plain -x lint

@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
// update the travis config when changing this
buildToolsVersion '23.0.3'
defaultConfig {

Loading…
Cancel
Save