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-14 22:57:20 +01:00
|
|
|
-keep,allowobfuscation, allowoptimization class org.conscrypt.Conscrypt {*;}
|
2021-08-29 09:58:10 +02:00
|
|
|
|
|
|
|
-dontwarn org.conscrypt.OpenSSLProvider
|
2022-01-14 22:57:20 +01:00
|
|
|
-keep,allowobfuscation, allowoptimization class org.conscrypt.OpenSSLProvider {*;}
|
2023-01-22 17:39:25 +01:00
|
|
|
|
|
|
|
-dontwarn org.conscrypt.Conscrypt$Version
|
|
|
|
-keep,allowobfuscation, allowoptimization class org.conscrypt.Conscrypt$Version {*;}
|
|
|
|
|
|
|
|
-dontwarn org.conscrypt.ConscryptHostnameVerifier
|
|
|
|
-keep,allowobfuscation, allowoptimization class org.conscrypt.ConscryptHostnameVerifier {*;}
|
2021-08-29 09:58:10 +02:00
|
|
|
|
2022-02-21 21:36:47 +01:00
|
|
|
-dontwarn android.support.v8.renderscript.**
|
|
|
|
-keep,allowobfuscation, allowoptimization class android.support.v8.renderscript.** {*;}
|
2023-01-22 17:39:25 +01:00
|
|
|
|
|
|
|
-dontwarn org.openjsse.javax.net.ssl.SSLParameters
|
|
|
|
-keep,allowobfuscation, allowoptimization class org.openjsse.javax.net.ssl.SSLParameters {*;}
|
|
|
|
|
|
|
|
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
|
|
|
|
-keep,allowobfuscation, allowoptimization class org.openjsse.javax.net.ssl.SSLSocket {*;}
|
|
|
|
|
|
|
|
-dontwarn org.openjsse.net.ssl.OpenJSSE
|
|
|
|
-keep,allowobfuscation, allowoptimization class org.openjsse.net.ssl.OpenJSSE {*;}
|
2022-02-21 21:36:47 +01:00
|
|
|
|
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 {*;}
|