Skip to content

Commit

Permalink
update proguard-rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro authored Nov 30, 2023
1 parent f9e5f51 commit cb85e96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

-keep class javax.mail.** {
*;
}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

0 comments on commit cb85e96

Please sign in to comment.