Skip to content

Commit

Permalink
Run ant clean or clean the project in eclipse.
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Sep 5, 2013
1 parent 2bfaaf7 commit 879ffa8
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fields>;
}

-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 {
*;
}

0 comments on commit 879ffa8

Please sign in to comment.