| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "TencentCloud-TUIOfflinePush",
- "id": "TencentCloud-TUIOfflinePush",
- "version": "1.0.0",
- "description": "uni 离线推送插件",
- "_dp_type": "nativeplugin",
- "_dp_nativeplugin": {
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "TencentCloud-TUIOfflinePush",
- "class": "com.tencent.qcloud.tim.tuiofflinepush.TUIOfflinePushModule"
- }
- ],
- "hooksClass": "com.tencent.qcloud.tim.tuiofflinepush.TUIOfflinePushAppProxy",
- "integrateType": "aar",
- "dependencies": [
- "com.google.firebase:firebase-bom:31.2.3",
- "com.google.firebase:firebase-messaging",
- "com.tencent.tpns:xiaomi:1.3.7.2-release",
- "com.tencent.tpns:meizu:1.3.3.3-release",
- "com.tencent.tpns:oppo:1.3.3.3-release",
- "commons-codec:commons-codec:1.15",
- "com.tencent.tpns:vivo:1.3.3.3-release",
- "com.tencent.tpns:huawei:1.3.7.2-release",
- "com.huawei.hms:push:6.7.0.300",
- "com.tencent.tpns:honor:1.3.3.3-release"
- ],
- "compileOptions": {
- "sourceCompatibility": "1.8",
- "targetCompatibility": "1.8"
- },
- "minSdkVersion": "21",
- "parameters": {
- "com.vivo.push.app_id": {
- "des": "VIVO推送 app_id",
- "placeholder": "VIVO_APPID"
- },
- "com.vivo.push.api_key": {
- "des": "VIVO推送 api_key",
- "placeholder": "VIVO_APPKEY"
- }
- }
- },
- "ios": {
- }
- }
- }
|