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 fae3417181
commit 1828270c06

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.**