Skip to content

Commit

Permalink
Extend Proguard Rules (#6792)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Nov 14, 2021
1 parent 4b8880a commit 9da841c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions okhttp/src/main/resources/META-INF/proguard/okhttp3.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
-dontwarn org.codehaus.mojo.animal_sniffer.*

# OkHttp platform used only on JVM and when Conscrypt dependency is available.
-dontwarn okhttp3.internal.platform.ConscryptPlatform
-dontwarn org.conscrypt.ConscryptHostnameVerifier
# OkHttp platform used only on JVM and when Conscrypt and other security providers are available.
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**

0 comments on commit 9da841c

Please sign in to comment.