- Android version now downloads the googlecode file

This commit is contained in:
wagic.the.homebrew
2011-12-31 03:39:37 +00:00
parent c88ed95c95
commit f93246c75c
2 changed files with 3 additions and 3 deletions

View File

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