| | |
| | | plugins { |
| | | id 'com.android.application' |
| | | // 添加如下配置(华为极光推送) |
| | | id 'com.huawei.agconnect' |
| | | } |
| | | //必须配置uni |
| | | def mfph = [ |
| | |
| | | // VIVO_APPKEY : "vivo的APPKEY", |
| | | // VIVO_APPID : "vivo的APPID", |
| | | // HONOR_APPID : "Honor的APP ID", |
| | | // MEIZU_APPKEY : "MZ-魅族的APPKEY", |
| | | // MEIZU_APPID : "110098313", |
| | | |
| | | ] |
| | | |
| | |
| | | implementation 'com.contrarywind:Android-PickerView:4.1.9' |
| | | |
| | | |
| | | // //若不集成厂商通道,可直接跳过以下依赖 |
| | | // // 极光厂商插件版本与接入 JPush 版本保持一致,下同 |
| | | // // 接入华为厂商 |
| | | // implementation 'com.huawei.hms:push:6.9.0.300' |
| | | // implementation 'cn.jiguang.sdk.plugin:huawei:5.0.3' |
| | | //若不集成厂商通道,可直接跳过以下依赖 |
| | | // 极光厂商插件版本与接入 JPush 版本保持一致,下同 |
| | | // 接入华为厂商 |
| | | implementation 'com.huawei.hms:push:6.9.0.300' |
| | | implementation 'cn.jiguang.sdk.plugin:huawei:5.0.3' |
| | | implementation 'com.huawei.agconnect:agconnect-core:1.9.1.301' |
| | | // // 接入 FCM 厂商 |
| | | // implementation 'com.google.firebase:firebase-messaging:23.1.2' |
| | | // implementation 'cn.jiguang.sdk.plugin:fcm:5.0.3' |