v0.9.2b: fixed a crash in necro sprite, and re-final commit

This commit is contained in:
Evan Debenham
2021-03-21 20:32:34 -04:00
parent c991208b9b
commit 96e9d2fe0b
3 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 528
appVersionCode = 530
appVersionName = '0.9.2b'
appJavaCompatibility = JavaVersion.VERSION_1_8