11 lines
398 B
Prolog
11 lines
398 B
Prolog
-keepattributes SourceFile,LineNumberTable,EnclosingMethod,InnerClasses
|
|
-dontobfuscate
|
|
|
|
-keep class org.eclipse.jgit.internal.JGitText { *; }
|
|
-keep class org.bouncycastle.jcajce.provider.** { *; }
|
|
-keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi,org.bouncycastle.jce.provider.** { *; }
|
|
|
|
# WhatTheStack
|
|
-keep class com.haroldadmin.whatthestack.WhatTheStackInitializer {
|
|
<init>();
|
|
}
|