v2.1.3: fixed an incorrect condition in Armor desc and re-upped version

This commit is contained in:
Evan Debenham
2023-06-26 19:57:50 -04:00
parent 4a38ecde56
commit feb9d8df24
2 changed files with 2 additions and 2 deletions

View File

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