Update autoupdater link
This commit is contained in:
parent
106b193511
commit
df0a0f2a64
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ import in.celest.xash3d.hl.R;
|
||||||
public class LauncherActivity extends Activity {
|
public class LauncherActivity extends Activity {
|
||||||
// public final static String ARGV = "in.celest.xash3d.MESSAGE";
|
// public final static String ARGV = "in.celest.xash3d.MESSAGE";
|
||||||
public final static int sdk = Integer.valueOf(Build.VERSION.SDK);
|
public final static int sdk = Integer.valueOf(Build.VERSION.SDK);
|
||||||
public final static String UPDATE_LINK = "https://api.github.com/repos/SDLash3D/xash3d-android-project/releases"; // releases/latest doesn't return prerelease and drafts
|
public final static String UPDATE_LINK = "https://api.github.com/repos/FWGS/xash3d-android-project/releases"; // releases/latest doesn't return prerelease and drafts
|
||||||
static EditText cmdArgs, resPath;
|
static EditText cmdArgs, resPath;
|
||||||
static ToggleButton useVolume, resizeWorkaround;
|
static ToggleButton useVolume, resizeWorkaround;
|
||||||
static CheckBox checkUpdates, updateToBeta;
|
static CheckBox checkUpdates, updateToBeta;
|
||||||
|
|
Loading…
Add table
Reference in a new issue