v0.7.5a: updated SDK and gradle plugin versions

This commit is contained in:
Evan Debenham 2019-10-04 16:25:04 -04:00
parent 731d43ace1
commit e7311ea7e0

View File

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.0' classpath 'com.android.tools.build:gradle:3.5.1'
} }
} }
@ -17,9 +17,9 @@ allprojects {
appVersionCode = 371 appVersionCode = 371
appVersionName = '0.7.5' appVersionName = '0.7.5'
appAndroidCompileSDK = 28 appAndroidCompileSDK = 29
appAndroidMinSDK = 9 appAndroidMinSDK = 9
appAndroidTargetSDK = 28 appAndroidTargetSDK = 29
gdxVersion = '1.9.10' gdxVersion = '1.9.10'
} }