REmove pregenerated XashConfig, choose Legacy theme if sdk < 21

This commit is contained in:
a1batross
2016-09-13 21:06:41 +03:00
parent 58f8f87e61
commit 19bae91be1
4 changed files with 3 additions and 20 deletions
-18
View File
@@ -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;
}