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
+1 -1
View File
@@ -15,7 +15,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon' appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 752 appVersionCode = 753
appVersionName = '2.2.0' appVersionName = '2.2.0'
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8
@@ -41,7 +41,7 @@ public class ShatteredPixelDungeon extends Game {
public static final int v2_0_2 = 700; public static final int v2_0_2 = 700;
public static final int v2_1_4 = 737; //iOS was 737, other platforms were 736 public static final int v2_1_4 = 737; //iOS was 737, other platforms were 736
public static final int v2_2_0 = 752; public static final int v2_2_0 = 753;
public ShatteredPixelDungeon( PlatformSupport platform ) { public ShatteredPixelDungeon( PlatformSupport platform ) {
super( sceneClass == null ? WelcomeScene.class : sceneClass, platform ); super( sceneClass == null ? WelcomeScene.class : sceneClass, platform );