Skip to content

Commit

Permalink
update proguard rules for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Feb 10, 2017
1 parent 0fc79d8 commit 3cd23eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proguard-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
-keep public class android.support.v7.preference.Preference { *; }
-keep public class * extends android.support.v7.preference.Preference { *; }
-dontwarn com.samsung.**
-dontwarn java.nio.**
#Play Services
-keep class * extends java.util.ListResourceBundle {
protected Object[][] getContents();
Expand Down

0 comments on commit 3cd23eb

Please sign in to comment.