增加阿里云推送

This commit is contained in:
2025-04-24 19:07:21 +08:00
parent 6c4b3ffc8e
commit d913676e60
7 changed files with 343 additions and 4 deletions

View File

@@ -159,12 +159,15 @@ dependencies {
implementation 'com.jakewharton.rxbinding4:rxbinding:4.0.0'
implementation 'com.jeremyliao:live-event-bus-x:1.7.3'
//MMKV
implementation 'com.tencent:mmkv-static:1.2.14'
//bugly
implementation 'com.tencent.bugly:crashreport:4.1.9.2'
//xcrash
implementation 'com.iqiyi.xcrash:xcrash-android-lib:3.1.0'
//阿里云推送
implementation 'com.aliyun.ams:alicloud-android-push:3.9.3'
//工具类
implementation 'com.blankj:utilcodex:1.31.1'
@@ -177,4 +180,6 @@ dependencies {
//沉浸状态栏
implementation 'com.gitee.zackratos:UltimateBarX:0.8.0'
implementation 'com.github.andywu91:XAPKInstaller:1.0.0'
//Java WebSocket
implementation "org.java-websocket:Java-WebSocket:1.5.3"
}