Loading opentasks/proguard.cfg +4 −0 Original line number Diff line number Diff line Loading @@ -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>; } Loading Loading
opentasks/proguard.cfg +4 −0 Original line number Diff line number Diff line Loading @@ -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>; } Loading