v0.7.4d: updated gradle plugin and version to fix fdroid issues

This commit is contained in:
Evan Debenham
2019-08-25 20:06:10 -04:00
parent 65e7ed7644
commit bb9a1850d8
2 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.5.0'
}
}
@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 362
appVersionName = '0.7.4c'
appVersionCode = 363
appVersionName = '0.7.4d'
appAndroidCompileSDK = 28
appAndroidMinSDK = 9