Skip to content

Commit

Permalink
Correção no conflito de nomes de classes ao usar proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
nidorx committed Jul 7, 2019
1 parent 9e72aa5 commit e833263
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proguard.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# Java runtime
-libraryjars <java.home>/lib/rt.jar
-verbose
#-dontnote
-dontnote

-dontusemixedcaseclassnames
-optimizations !code/allocation/variable
#-keepparameternames
-keepparameternames
-renamesourcefileattribute SourceFile
-repackageclasses 'com.github.nidorx.gson'
-allowaccessmodification
Expand Down

0 comments on commit e833263

Please sign in to comment.