diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-15 20:43:45 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-15 20:43:45 +0000 |
commit | 30d164851ac3d4e7397e010baa24a8e5cb0dc090 (patch) | |
tree | fcb45696618d4588fb4fcd052db2c217e587d82e /gen/com/lc8n | |
parent | eb7c5e7d7b332fb488658bb84066b0b3c516896e (diff) |
Diffstat (limited to 'gen/com/lc8n')
-rw-r--r-- | gen/com/lc8n/blauploader/BuildConfig.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gen/com/lc8n/blauploader/BuildConfig.java b/gen/com/lc8n/blauploader/BuildConfig.java index f468a34..b021cff 100644 --- a/gen/com/lc8n/blauploader/BuildConfig.java +++ b/gen/com/lc8n/blauploader/BuildConfig.java @@ -1,6 +1,8 @@ -/** Automatically generated file. DO NOT MODIFY */ +/*___Generated_by_IDEA___*/ + package com.lc8n.blauploader; +/* 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); }
\ No newline at end of file |