Skip to content

Commit

Permalink
add proguard rules related to OkHttp
Browse files Browse the repository at this point in the history
Fix R8 missing class warnings, probaly fixed in next OkHttp release,
see square/okhttp#6792
  • Loading branch information
bekuno committed Aug 29, 2021
1 parent ec68dca commit 929777e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main/proguard-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
-dontwarn okhttp3.OkHttpClient$Builder
# OkHttp platform used only on JVM and when Conscrypt dependency is available.
-dontnote okhttp3.internal.platform.**
# R8 missing, probaly fixed in next OkHttp release,
# see https://github.com/square/okhttp/pull/6792
-dontwarn org.bouncycastle.jsse.**
-dontwarn org.conscrypt.*
-dontwarn org.openjsse.**

# Play Services -----------------------------------------------------------------------------------

Expand Down

0 comments on commit 929777e

Please sign in to comment.