changes made

This commit is contained in:
Sebastian Seedorf
2020-12-06 21:10:12 +01:00
parent 14d8abc9e8
commit 0dc942251e
158 changed files with 1902 additions and 2 deletions

6
source/gen/me/caesar2011/vpherder/BuildConfig.java Normal file → Executable file
View File

@@ -1,6 +1,8 @@
/** Automatically generated file. DO NOT MODIFY */
/*___Generated_by_IDEA___*/
package me.caesar2011.vpherder;
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */
public final class BuildConfig {
public final static boolean DEBUG = true;
public final static boolean DEBUG = Boolean.parseBoolean(null);
}