Fix more R8 issues (#337)

This commit is contained in:
Jorge Martin Espinosa
2023-04-18 19:21:46 +02:00
committed by GitHub
parent e704870e3f
commit ca1ea63885

View File

@@ -25,3 +25,10 @@
-keepclassmembers class <1>.<2> {
<1>.<2>$Companion Companion;
}
# OkHttp platform used only on JVM and when Conscrypt and other security providers are available.
# Taken from https://raw.githubusercontent.com/square/okhttp/master/okhttp/src/jvmMain/resources/META-INF/proguard/okhttp3.pro
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**