Update Android build tools

This commit is contained in:
Emux 2017-12-05 21:52:08 +02:00
parent c938533943
commit 577f1520d2
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
- platform-tools
- tools
- build-tools-27.0.1
- build-tools-27.0.2
- android-27
env:
global:

View File

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