package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "TencentCloud-TUIOfflinePush",
  3. "id": "TencentCloud-TUIOfflinePush",
  4. "version": "1.0.0",
  5. "description": "uni 离线推送插件",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "TencentCloud-TUIOfflinePush",
  13. "class": "com.tencent.qcloud.tim.tuiofflinepush.TUIOfflinePushModule"
  14. }
  15. ],
  16. "hooksClass": "com.tencent.qcloud.tim.tuiofflinepush.TUIOfflinePushAppProxy",
  17. "integrateType": "aar",
  18. "dependencies": [
  19. "com.google.firebase:firebase-bom:31.2.3",
  20. "com.google.firebase:firebase-messaging",
  21. "com.tencent.tpns:xiaomi:1.3.7.2-release",
  22. "com.tencent.tpns:meizu:1.3.3.3-release",
  23. "com.tencent.tpns:oppo:1.3.3.3-release",
  24. "commons-codec:commons-codec:1.15",
  25. "com.tencent.tpns:vivo:1.3.3.3-release",
  26. "com.tencent.tpns:huawei:1.3.7.2-release",
  27. "com.huawei.hms:push:6.7.0.300",
  28. "com.tencent.tpns:honor:1.3.3.3-release"
  29. ],
  30. "compileOptions": {
  31. "sourceCompatibility": "1.8",
  32. "targetCompatibility": "1.8"
  33. },
  34. "minSdkVersion": "21",
  35. "parameters": {
  36. "com.vivo.push.app_id": {
  37. "des": "VIVO推送 app_id",
  38. "placeholder": "VIVO_APPID"
  39. },
  40. "com.vivo.push.api_key": {
  41. "des": "VIVO推送 api_key",
  42. "placeholder": "VIVO_APPKEY"
  43. }
  44. }
  45. },
  46. "ios": {
  47. }
  48. }
  49. }