v2.5.0: updated versions and update message for internal alpha

This commit is contained in:
Evan Debenham
2024-08-15 14:34:36 -04:00
parent ee26c346bd
commit 503d1b7c19
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 782
appVersionName = '2.4.2'
appVersionCode = 783
appVersionName = '2.5.0-ALPHA-0'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -53,7 +53,7 @@ import java.util.Collections;
public class WelcomeScene extends PixelScene {
private static final int LATEST_UPDATE = ShatteredPixelDungeon.v2_4_2;
private static final int LATEST_UPDATE = 783;
//used so that the game does not keep showing the window forever if cleaning fails
private static boolean triedCleaningTemp = false;