Update Android build tools

This commit is contained in:
Emux
2018-08-07 09:47:49 +03:00
parent 9a6ea88c23
commit dc262dbd1d
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
}
}
@@ -14,7 +14,7 @@ allprojects {
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "28.0.1"
ext.androidBuildVersionTools = "28.0.2"
ext.gdxVersion = "1.9.8"
ext.gwtVersion = "2.8.0"
ext.slf4jVersion = "1.7.25"