diff --git a/proguard.cfg b/proguard.cfg index a66c47a..15ff77d 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -45,31 +45,3 @@ } --dontwarn org.spongycastle.x509.util.LDAPStoreHelper --dontwarn org.spongycastle.jce.provider.X509LDAPCertStoreSpi - --keep public class net.majorkernelpanic.http.* { - *; -} - --keepclassmembers class **.R$* { - public static ; -} - --keep class **.R$* - --keep public class org.spongycastle.jcajce.provider.** { - *; -} - --keep public class org.spongycastle.jce.provider.JCEBlockCipher$PBEWithSHAAndTwofish { - *; -} - --keep public class org.spongycastle.jce.provider.JCESecretKeyFactory$PBEWithSHAAndDES3Key { - *; -} - --keep public class org.spongycastle.jce.provider.JCESecretKeyFactory$PBEWithSHAAndTwofish { - *; -}