mirror of
https://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-08-22 17:15:53 +08:00
<libaes><aes>fix: 修复Release编译R8混淆导致SMTP发送失败,添加邮件发送调试日志
This commit is contained in:
Vendored
+7
@@ -9,6 +9,13 @@
|
||||
|
||||
# Add any project specific keep options here:
|
||||
|
||||
# JavaMail SMTP(邮件发送核心库,Release编译必须保留)
|
||||
-dontwarn javax.mail.**
|
||||
-keep class javax.mail.** { *; }
|
||||
-keep class javax.mail.internet.** { *; }
|
||||
-dontwarn com.sun.mail.**
|
||||
-keep class com.sun.mail.** { *; }
|
||||
|
||||
# If your project uses WebView with JS, uncomment the following
|
||||
# and specify the fully qualified class name to the JavaScript interface
|
||||
# class:
|
||||
|
||||
Reference in New Issue
Block a user