- Android version now downloads the googlecode file
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.wagic.app"
|
||||
android:versionCode="2"
|
||||
android:versionName="0.17">
|
||||
android:versionCode="170"
|
||||
android:versionName="0.17.0">
|
||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user