v1.2.1: fixed an error with new game over buttons and re-final commit

This commit is contained in:
Evan Debenham
2022-04-01 12:11:04 -04:00
parent 85a8b8652b
commit 19c0e8e4cf
2 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 612
appVersionCode = 614
appVersionName = '1.2.1'
appJavaCompatibility = JavaVersion.VERSION_1_8