mirror of
https://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-08-27 06:17:38 +08:00
fix: 修复libappbase模块javax.mail编译错误
- APPMSGMailUtils.java: 移除错误的android.se.omapi.Session导入 - APPMSGMailUtils.java: 替换java.net.*为javax.mail.*导入 - APPMSGMailUtils.java: 使用全限定名避免Message命名冲突 - libappbase/build.gradle: 添加com.sun.mail依赖
This commit is contained in:
@@ -26,4 +26,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
api 'com.sun.mail:android-mail:1.6.7'
|
||||
api 'com.sun.mail:android-activation:1.6.7'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user