Adding a few proguard rules fixes. (#693)

This commit is contained in:
Dessalines 2024-02-08 09:58:23 -05:00 committed by GitHub
parent 721b05cfc3
commit aa958d5ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,4 +18,8 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**