update 避免群重复创建;可回调获取群二维码;优化回退;其他稳定性优化

This commit is contained in:
尹甲仑
2022-07-04 11:51:50 +08:00
parent 5613725ccf
commit 7e71b8749b
16 changed files with 204 additions and 65 deletions

View File

@@ -61,5 +61,7 @@ dependencies {
//自动更新
implementation 'com.teprinciple:updateapputilsx:2.3.0'
//ok
api 'com.lzy.net:okgo:3.0.4'
implementation 'com.lzy.net:okgo:3.0.4'
//qrcode
implementation 'com.github.yoojia:next-qrcode:2.0-2'
}