Updated android build tools version

This commit is contained in:
Anuken 2018-10-15 16:31:01 -04:00
parent 28b9975c75
commit 7e4e58fb78
4 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ android:
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-28
- build-tools-28.0.2
- build-tools-28.0.3
script:
- ./gradlew test

View File

@ -36,7 +36,7 @@ task deploy(type: Copy){
}
android {
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
compileSdkVersion 28
sourceSets {
main {

View File

@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.0'
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "com.badlogicgames.gdx:gdx-tools:1.9.8"
}
}

Binary file not shown.