v3.2.2: actually fixed iOS multiline, and upped version for iOS only

This commit is contained in:
Evan Debenham
2025-08-25 15:10:28 -04:00
parent c229145119
commit 2f66d4ce10
2 changed files with 5 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 864
appVersionCode = 865
appVersionName = '3.2.2'
appJavaCompatibility = JavaVersion.VERSION_11