Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e74e944d authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Fix minify app crash

parent e44454b0
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
-keep public class * extends android.preference.Preference
-keep public class com.android.vending.licensing.ILicensingService

# Keep Carrot templating engine
-keep class au.com.codeka.carrot.** { *; }
-keepclassmembers class au.com.codeka.carrot.** { *; }

-keepclasseswithmembers class * {
    native <methods>;
}