build: update build tools

master
Floens 7 years ago
parent 495fa1b611
commit 46e52bb715
  1. 2
      .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-28.0.2 - build-tools-28.0.3
- android-27 - android-27
script: cd Clover && ./gradlew build --console plain -x lint script: cd Clover && ./gradlew build --console plain -x lint

@ -15,7 +15,7 @@ def getCommitHash = { ->
android { android {
compileSdkVersion 27 compileSdkVersion 27
// update the travis config when changing this // update the travis config when changing this
buildToolsVersion '28.0.2' buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15

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

Loading…
Cancel
Save