Skip to content

Commit cf088f8

Browse files
authored
Extend Proguard Rules (#6792) (#7471)
(cherry picked from commit 9da841c)
1 parent d2d251c commit cf088f8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

okhttp/src/main/resources/META-INF/proguard/okhttp3.pro

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
88
-dontwarn org.codehaus.mojo.animal_sniffer.*
99

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

0 commit comments

Comments
 (0)