Skip to content

Commit

Permalink
Extend Proguard Rules (#6792) (#7471)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9da841c)
  • Loading branch information
yschimke committed Oct 10, 2022
1 parent d2d251c commit cf088f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions okhttp/src/main/resources/META-INF/proguard/okhttp3.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +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
# 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 cf088f8

Please sign in to comment.