You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.1 KiB
62 lines
2.1 KiB
-optimizationpasses 5
|
|
-dontusemixedcaseclassnames
|
|
-dontskipnonpubliclibraryclasses
|
|
-dontpreverify
|
|
-verbose
|
|
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
|
|
|
-keep public class * extends android.app.Activity
|
|
-keep public class * extends android.app.Application
|
|
-keep public class * extends android.app.Service
|
|
-keep public class * extends android.content.BroadcastReceiver
|
|
-keep public class * extends android.content.ContentProvider
|
|
-keep public class * extends android.app.backup.BackupAgentHelper
|
|
-keep public class * extends android.preference.Preference
|
|
-keep public class androidx.preference.Preference {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
-keep public class * extends androidx.preference.Preference {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
-keep public class com.android.vending.licensing.ILicensingService
|
|
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
public <init>(android.content.Context, android.util.AttributeSet, int);
|
|
}
|
|
|
|
-keepclassmembers class * extends android.app.Activity {
|
|
public void *(android.view.View);
|
|
}
|
|
|
|
-keepclassmembers enum * {
|
|
public static **[] values();
|
|
public static ** valueOf(java.lang.String);
|
|
}
|
|
|
|
-keep class * implements android.os.Parcelable {
|
|
public static final android.os.Parcelable$Creator *;
|
|
}
|
|
|
|
-keep @androidx.annotation.Keep class *
|
|
-keepclassmembers class * {
|
|
@androidx.annotation.Keep *;
|
|
}
|
|
|
|
-dontwarn org.bouncycastle.x509.util.LDAPStoreHelper
|
|
-dontwarn org.bouncycastle.jce.provider.X509LDAPCertStoreSpi
|
|
-dontwarn org.bouncycastle.util.io.pem.AllTests
|
|
-dontwarn org.bouncycastle.util.AllTests
|
|
-dontwarn androidx.legacy.app.FragmentCompatICSMR1
|
|
-dontwarn androidx.core.view.ViewCompatJellybeanMr1
|
|
-dontwarn org.bouncycastle.x509.X509V3CertificateGenerator
|
|
-dontwarn org.bouncycastle.jce.provider.BouncyCastleProvider
|
|
-dontwarn androidx.arch.core.executor.ArchTaskExecutor
|
|
-dontwarn androidx.arch.core.util.Function |