Fix more R8 issues (#337)
This commit is contained in:
committed by
GitHub
parent
e704870e3f
commit
ca1ea63885
7
app/proguard-rules.pro
vendored
7
app/proguard-rules.pro
vendored
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user