From e833263edda7bc8d4fbefe8bf1480d0fac19608e Mon Sep 17 00:00:00 2001 From: Alex Rodin Date: Sun, 7 Jul 2019 16:09:06 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20no=20conflito=20de=20nomes?= =?UTF-8?q?=20de=20classes=20ao=20usar=20proguard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proguard.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proguard.conf b/proguard.conf index bc87f4d..bfaf334 100644 --- a/proguard.conf +++ b/proguard.conf @@ -3,10 +3,11 @@ # Java runtime -libraryjars /lib/rt.jar -verbose -#-dontnote +-dontnote +-dontusemixedcaseclassnames -optimizations !code/allocation/variable -#-keepparameternames +-keepparameternames -renamesourcefileattribute SourceFile -repackageclasses 'com.github.nidorx.gson' -allowaccessmodification