mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Version bump to 1.5.19.004
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<packaging.type>jar</packaging.type>
|
||||
<build.min.memory>-Xms128m</build.min.memory>
|
||||
<build.max.memory>-Xmx2048m</build.max.memory>
|
||||
<alpha-version>1.5.19.003</alpha-version>
|
||||
<alpha-version>1.5.19.004</alpha-version>
|
||||
</properties>
|
||||
|
||||
<parent>
|
||||
|
||||
@@ -45,7 +45,7 @@ import forge.util.FileUtil;
|
||||
import forge.util.Utils;
|
||||
|
||||
public class Forge implements ApplicationListener {
|
||||
public static final String CURRENT_VERSION = "1.5.19.003";
|
||||
public static final String CURRENT_VERSION = "1.5.19.004";
|
||||
|
||||
private static Clipboard clipboard;
|
||||
private static int screenWidth;
|
||||
|
||||
@@ -13,8 +13,6 @@ import java.util.Enumeration;
|
||||
import java.util.zip.ZipEntry;
|
||||
import java.util.zip.ZipFile;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import com.badlogic.gdx.Application.ApplicationType;
|
||||
import com.badlogic.gdx.Gdx;
|
||||
import com.esotericsoftware.minlog.Log;
|
||||
@@ -31,7 +29,7 @@ public class AssetsDownloader {
|
||||
public static void checkForUpdates(final SplashScreen splashScreen) {
|
||||
if (Gdx.app.getType() == ApplicationType.Desktop) { return; }
|
||||
|
||||
//set if app needs updating
|
||||
//TODO: see if app needs updating
|
||||
/*splashScreen.getProgressBar().setDescription("Checking for updates...");
|
||||
try {
|
||||
URL versionUrl = new URL("http://cardforge.org/android/releases/forge/forge-gui-android/version.txt");
|
||||
@@ -44,7 +42,7 @@ public class AssetsDownloader {
|
||||
e.printStackTrace();
|
||||
}*/
|
||||
|
||||
//set if assets need updating
|
||||
//see if assets need updating
|
||||
File versionFile = new File(ForgeConstants.ASSETS_DIR + "version.txt");
|
||||
if (!versionFile.exists()) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user