mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 06:32:10 +08:00
REmove pregenerated XashConfig, choose Legacy theme if sdk < 21
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
package in.celest.xash3d;
|
||||
|
||||
|
||||
/* TODO: This file should be generated... somehow */
|
||||
public class XashConfig
|
||||
{
|
||||
// in.celest.xash3d.hl.test otherwise main package
|
||||
public static final boolean PKG_TEST = false;
|
||||
|
||||
// check signature enable
|
||||
public static final boolean CHECK_SIGNATURES = false;
|
||||
|
||||
// public release
|
||||
public static final boolean RELEASE = false;
|
||||
|
||||
// public release for Google Play
|
||||
public static final boolean GP_VERSION = false;
|
||||
}
|
||||
Reference in New Issue
Block a user