package.json 423 B

123456789101112131415161718192021
  1. {
  2. "name": "HanyinPlugin",
  3. "id": "Hanyin-Plugin",
  4. "version": "1.0.4",
  5. "description": "汉印便携式打印机",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "Hanyin-Plugin",
  13. "class": "com.example.hanyin_plugin.Methods"
  14. }
  15. ],
  16. "integrateType": "aar",
  17. "minSdkVersion" : 19,
  18. "targetSdkVersion": 31
  19. }
  20. }
  21. }