Update Android build tools
This commit is contained in:
parent
c938533943
commit
577f1520d2
@ -7,7 +7,7 @@ android:
|
|||||||
- tools
|
- tools
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
- build-tools-27.0.1
|
- build-tools-27.0.2
|
||||||
- android-27
|
- android-27
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -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.1"
|
ext.androidBuildVersionTools = "27.0.2"
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user