From 30d164851ac3d4e7397e010baa24a8e5cb0dc090 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Tue, 15 Dec 2015 20:43:45 +0000 Subject: Migrate to IntelliJ format, also contains some minor logging changes and moved libraries --- gen/com/lc8n/blauploader/BuildConfig.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gen') 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 -- cgit v1.2.3