]> git.zerfleddert.de Git - FreeShisen/blobdiff - proguard.cfg
refactor a bit
[FreeShisen] / proguard.cfg
index 12dd0392c055019367e1fede8ad2c2d6e4cbb62c..4dc32b10298dd18b543839383b0693568e392939 100644 (file)
 -keep public class * extends android.preference.Preference
 -keep public class com.android.vending.licensing.ILicensingService
 
--keepclasseswithmembernames class * {
+-keepclasseswithmembers class * {
     native <methods>;
 }
 
--keepclasseswithmembernames class * {
+-keepclasseswithmembers class * {
     public <init>(android.content.Context, android.util.AttributeSet);
 }
 
--keepclasseswithmembernames class * {
+-keepclasseswithmembers class * {
     public <init>(android.content.Context, android.util.AttributeSet, int);
 }
 
Impressum, Datenschutz