Skip to content

Commit

Permalink
Crash on entering settings on release builds fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed Apr 10, 2018
1 parent f9898f2 commit 712c614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
-dontobfuscate
-keep public interface android.content.pm.IPackageInstallObserver { *; }
-keep class android.content.pm.IPackageInstallObserver$Stub { *; }
-keep public class android.preference.MultiSelectListPreference { *; }
-keep public class com.github.yeriomin.yalpstore.InstallerPrivileged$* { *; }
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable
-dontwarn sun.misc.Unsafe
Expand Down

0 comments on commit 712c614

Please sign in to comment.