package.json 978 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "插件名称",
  3. "id": "uniapp_kill_service_plugin",
  4. "version": "1.0",
  5. "description": "前台保护插件",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "uniapp_kill_service_plugin",
  13. "class": "com.github.uniapp_kill_service_plugin.WhiteListModal"
  14. }
  15. ],
  16. "hooksClass": "com.github.uniapp_kill_service_plugin.ServiceProxy",
  17. "integrateType": "aar",
  18. "dependencies": [
  19. ],
  20. "compileOptions": {
  21. "sourceCompatibility": "1.8",
  22. "targetCompatibility": "1.8"
  23. },
  24. "abis": [
  25. ],
  26. "minSdkVersion": "19",
  27. "useAndroidX": false,
  28. "permissions": [
  29. ],
  30. "parameters": {
  31. }
  32. }
  33. }
  34. }