Skip to content

Commit

Permalink
新增:发送通道电子邮箱支持S/MIMEOpenPGP加密 #417
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Apr 7, 2024
1 parent 7d079bd commit 650935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ dependencies {
implementation "com.sun.mail:android-activation:$mail_version"

//国密算法SM4 的JAVA实现(基于BC实现)
def bouncycastle_version = '1.77'
def bouncycastle_version = '1.78'
api "org.bouncycastle:bcprov-jdk18on:$bouncycastle_version"
//邮件 S/MIME 加密和签名
//implementation "org.spongycastle:bcmail-jdk18on:$bouncycastle_version" //Android下报错
Expand Down

0 comments on commit 650935a

Please sign in to comment.