@ -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 {