2021-12-11 21:20:56 +01:00
|
|
|
# use dictionaries to create random class/package names
|
|
|
|
-obfuscationdictionary dict/obfuscation-dictionary.txt
|
|
|
|
-classobfuscationdictionary dict/class-dictionary.txt
|
|
|
|
-packageobfuscationdictionary dict/package-dictionary.txt
|
2018-08-16 17:23:26 +02:00
|
|
|
|
2022-01-14 22:57:20 +01:00
|
|
|
# keep these libraries but allow obfuscating
|
2021-08-29 09:58:10 +02:00
|
|
|
-dontwarn org.conscrypt.Conscrypt
|
2022-01-15 19:10:12 +01:00
|
|
|
#noinspection ShrinkerUnresolvedReference
|
2022-01-14 22:57:20 +01:00
|
|
|
-keep,allowobfuscation, allowoptimization class org.conscrypt.Conscrypt {*;}
|
2021-08-29 09:58:10 +02:00
|
|
|
-adaptclassstrings org.conscrypt.Conscrypt
|
|
|
|
|
|
|
|
-dontwarn org.conscrypt.OpenSSLProvider
|
2022-01-15 19:10:12 +01:00
|
|
|
#noinspection ShrinkerUnresolvedReference
|
2022-01-14 22:57:20 +01:00
|
|
|
-keep,allowobfuscation, allowoptimization class org.conscrypt.OpenSSLProvider {*;}
|
2021-08-29 09:58:10 +02:00
|
|
|
-adaptclassstrings org.conscrypt.OpenSSLProvider
|
|
|
|
|
2022-02-21 21:36:47 +01:00
|
|
|
-dontwarn android.support.v8.renderscript.**
|
|
|
|
-keep,allowobfuscation, allowoptimization class android.support.v8.renderscript.** {*;}
|
|
|
|
-adaptclassstrings android.support.v8.renderscript.**
|
|
|
|
|
2022-05-21 20:54:46 +02:00
|
|
|
-dontwarn javax.annotation.Nullable
|
|
|
|
|
2022-05-30 19:13:43 +02:00
|
|
|
-keepclassmembers class * implements android.os.Parcelable {*;}
|