File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ dependencies {
285285 // 屏幕适配AutoSize:https://github.com/JessYanCoding/AndroidAutoSize
286286 implementation ' me.jessyan:autosize:1.2.1'
287287 // 友盟统计
288- implementation ' com.umeng.umsdk:common:9.6.7 '
288+ implementation ' com.umeng.umsdk:common:9.6.8 '
289289 implementation ' com.umeng.umsdk:asms:1.8.2'
290290
291291 // 预加载占位控件
@@ -352,9 +352,11 @@ dependencies {
352352
353353 // 国密算法SM4 的JAVA实现(基于BC实现)
354354 def bouncycastle_version = ' 1.77'
355+ // noinspection GradleDependency
355356 api " org.bouncycastle:bcprov-jdk18on:$bouncycastle_version "
356357 // 邮件 S/MIME 加密和签名
357358 // implementation "org.spongycastle:bcmail-jdk18on:$bouncycastle_version" //Android下报错
359+ // noinspection GradleDependency
358360 implementation " org.bouncycastle:bcpkix-jdk18on:$bouncycastle_version "
359361 // implementation "org.bouncycastle:bctls-jdk18on:$bouncycastle_version"
360362 // 邮件 PGP 加密和签名
You can’t perform that action at this time.
0 commit comments