Skip to content

Commit

Permalink
Proguard: Don't obfuscate, only optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmobil committed Dec 29, 2014
1 parent 0a69255 commit eb0e944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
-dontpreverify
-verbose
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
-dontobfuscate

-keep public class * extends android.app.Activity
-keep public class * extends android.app.Application
Expand Down

0 comments on commit eb0e944

Please sign in to comment.