prep jenkins CI/CD

This commit is contained in:
2018-10-20 17:09:14 +02:00
parent 8b44df8636
commit 26f04dec9e
3 changed files with 74 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ public class SCNApp extends Application implements LifecycleObserver
private static SCNApp instance;
private static WeakReference<MainActivity> mainActivity;
public static final boolean DEBUG = BuildConfig.DEBUG || !BuildConfig.VERSION_NAME.endsWith(".0");
public static final boolean RELEASE = !DEBUG;
private static boolean isBackground = true;
public SCNApp()