v2.2.0: updated version code for actual v2.2.0 release!

This commit is contained in:
Evan Debenham
2023-10-17 10:44:15 -04:00
parent 5383932e4a
commit ef4ff6ae84
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 752
appVersionCode = 753
appVersionName = '2.2.0'
appJavaCompatibility = JavaVersion.VERSION_1_8