v2.2.0: updated version code for actual v2.2.0 release!
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
+1
-1
@@ -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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user