Update to build tools v29.0.2 (#1920)

This commit is contained in:
arkon 2019-12-26 12:52:26 -05:00 committed by GitHub
parent 9ff7da20e5
commit f335365b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ dist: trusty
language: android
android:
components:
- build-tools-28.0.3
- build-tools-29.0.2
- android-27
- extra-android-m2repository
- extra-google-m2repository

View File

@ -1,6 +1,6 @@
android {
compileSdkVersion 27
buildToolsVersion '28.0.3'
buildToolsVersion '29.0.2'
buildTypes {
release {

View File

@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 27
buildToolsVersion '28.0.3'
buildToolsVersion '29.0.2'
defaultConfig {
minSdkVersion 16

View File

@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 27
buildToolsVersion '28.0.3'
buildToolsVersion '29.0.2'
defaultConfig {
minSdkVersion 16