Update Android build tools

This commit is contained in:
Emux 2017-11-10 11:31:26 +02:00
parent 0a7638e10d
commit 6627eab8e2
No known key found for this signature in database
GPG Key ID: 89C6921D7AF2BDD0
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ android:
- tools - tools
- platform-tools - platform-tools
- tools - tools
- build-tools-27.0.0 - build-tools-27.0.1
- android-27 - android-27
env: env:
global: global:

View File

@ -14,7 +14,7 @@ allprojects {
version = 'master-SNAPSHOT' version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT") ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "27.0.0" ext.androidBuildVersionTools = "27.0.1"
ext.gdxVersion = "1.9.7" ext.gdxVersion = "1.9.7"
ext.gwtVersion = "2.8.0" ext.gwtVersion = "2.8.0"
ext.slf4jVersion = "1.7.25" ext.slf4jVersion = "1.7.25"