Skip to content

Commit

Permalink
Adding a few proguard rules fixes. (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Feb 8, 2024
1 parent 721b05c commit aa958d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

0 comments on commit aa958d5

Please sign in to comment.