- Bump version number to 0.18

- Fix issue introduced in 0.17 with Immortal task
This commit is contained in:
wagic.the.homebrew
2012-02-04 14:28:07 +00:00
parent 86e7a9b97f
commit b0532b8059
5 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ public class SDLActivity extends Activity {
public String mErrorMessage = "";
public Boolean mErrorHappened = false;
public final static String RES_FOLDER = "/sdcard/Wagic/Res/";
public static final String RES_FILENAME = "core_0171.zip";
public static final String RES_FILENAME = "core_0180.zip";
public static final String RES_URL = "http://wagic.googlecode.com/files/";
private void startDownload() {