[opt 3.0]

[Change]
[1、打开视频播放音量
2、修复crashreport_upgrade加载异常]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-12-27 16:59:32 +08:00
parent 9330e1a652
commit ddeb1e306c
4 changed files with 3 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ dependencies {
implementation project(":foudations:mogo-commons")
}
implementation 'com.tencent.bugly:crashreport_upgrade:latest.release'
implementation 'com.tencent.bugly:crashreport_upgrade:1.6.1'
//其中latest.release指代最新Bugly SDK版本号也可以指定明确的版本号例如2.1.9
implementation 'com.tencent.bugly:nativecrashreport:latest.release'
//其中latest.release指代最新Bugly NDK版本号也可以指定明确的版本号例如3.0

View File

@@ -56,7 +56,7 @@ dependencies {
implementation project(":foudations:mogo-commons")
}
implementation 'com.tencent.bugly:crashreport_upgrade:latest.release'
implementation 'com.tencent.bugly:crashreport_upgrade:1.6.1'
//其中latest.release指代最新版本号也可以指定明确的版本号例如1.2.0
}