package.json 720 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "Test",
  3. "id": "Test",
  4. "version": "0.0.1",
  5. "description": "电子秤测试",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [{
  10. "type": "module",
  11. "name": "TestModule",
  12. "class": "io.dcloud.uniplugin.TestModule"
  13. }],
  14. "integrateType": "aar",
  15. "minSdkVersion": "19",
  16. "dependencies": [
  17. "com.azhon:serialport:1.0.0"
  18. ],
  19. "permissions": [
  20. ],
  21. "abis": [
  22. "armeabi-v7a",
  23. "arm64-v8a",
  24. "x86"
  25. ],
  26. "parameters": {
  27. },
  28. "packagingOptions": {
  29. "exclude": "META-INF/*",
  30. "exclude": "META-INF/NOTICE",
  31. "exclude": "META-INF/LICENSE",
  32. "exclude": "META-INF/INDEX.LIST",
  33. "exclude": "AndroidManifest.xml"
  34. }
  35. }
  36. }
  37. }