|
@@ -133,20 +133,20 @@ dependencies {
|
|
|
|
|
|
// api(name: 'openDefault-10.10.0', ext: 'aar')
|
|
|
// 极光推送start
|
|
|
- implementation 'cn.jiguang.sdk:jpush:5.0.3' // 此处以JPush 4.7.0 版本为例。
|
|
|
+ implementation 'cn.jiguang.sdk:jpush:5.3.1' // 此处以JPush 4.7.0 版本为例。
|
|
|
//若不集成厂商通道,可直接跳过以下依赖
|
|
|
// 接入华为厂商
|
|
|
- implementation 'com.huawei.hms:push:6.5.0.300'
|
|
|
+ implementation 'com.huawei.hms:push:6.12.0.300'
|
|
|
// 极光厂商插件版本与接入 JPush 版本保持一致,下同
|
|
|
- implementation 'cn.jiguang.sdk.plugin:huawei:5.0.3'
|
|
|
+ implementation 'cn.jiguang.sdk.plugin:huawei:5.3.1'
|
|
|
// 接入 VIVO 厂商
|
|
|
- implementation 'cn.jiguang.sdk.plugin:vivo:5.0.3'
|
|
|
+ implementation 'cn.jiguang.sdk.plugin:vivo:5.3.1'
|
|
|
// 接入小米厂商
|
|
|
- implementation 'cn.jiguang.sdk.plugin:xiaomi:5.0.3'
|
|
|
+ implementation 'cn.jiguang.sdk.plugin:xiaomi:5.3.1'
|
|
|
// 接入 OPPO 厂商
|
|
|
- implementation 'cn.jiguang.sdk.plugin:oppo:5.0.3'
|
|
|
+ implementation 'cn.jiguang.sdk.plugin:oppo:5.3.1'
|
|
|
// JPush Android SDK v4.6.0 开始,需要单独引入 oppo 厂商 aar ,请下载官网 SDK 包并把 jpush-android-xxx-release/third-push/oppo/libs 下的 com.heytap.msp-push-x.x.x.aar 文件单独拷贝一份到应用 module/libs 下
|
|
|
- implementation(name: 'com.heytap.msp-push-3.1.0', ext: 'aar')
|
|
|
+ implementation(name: 'com.heytap.msp_3.4.0', ext: 'aar')
|
|
|
implementation 'commons-codec:commons-codec:1.6'
|
|
|
// 极光推送end
|
|
|
|