v1.3.0: fixed various errors caused by recent ascension adjustment

This commit is contained in:
Evan Debenham
2022-07-01 14:30:25 -04:00
parent 13507d4124
commit 8e713107c9
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 637
appVersionCode = 638
appVersionName = '1.3.0-BETA-3'
appJavaCompatibility = JavaVersion.VERSION_1_8