v1.4.0: adjusted proguard rules to fix crashes with new AGP

This commit is contained in:
Evan Debenham
2022-09-21 14:46:07 -04:00
parent c801a89b2e
commit a2546d5875
3 changed files with 8 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 653
appVersionName = '1.4.0-ALPHA-3'
appVersionCode = 654
appVersionName = '1.4.0-ALPHA-4'
appJavaCompatibility = JavaVersion.VERSION_1_8