Android P

This commit is contained in:
Emux
2018-06-08 19:56:08 +03:00
parent 0fefd20cc6
commit e6a90a8da5
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
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 = "27.0.3"
ext.androidBuildVersionTools = "28.0.0"
ext.gdxVersion = "1.9.8"
ext.gwtVersion = "2.8.0"
ext.slf4jVersion = "1.7.25"
@@ -28,7 +28,7 @@ allprojects {
}
}
static def androidCompileSdk() { return 27 }
static def androidCompileSdk() { return 28 }
// Minimum API Level by Support Library
static def androidMinSdk() { return 14 }