package.json 490 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Uhf53Helper",
  3. "id": "Uhf53Helper",
  4. "version": "1.0.0",
  5. "description": "Uhf53Helper",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [{
  10. "type": "module",
  11. "name": "Uhf53Helper",
  12. "class": "com.wm.uhf53lib.UhfScanModule"
  13. }],
  14. "compileOptions": {
  15. "sourceCompatibility": "1.8",
  16. "targetCompatibility": "1.8"
  17. },
  18. "integrateType": "aar",
  19. "minSdkVersion": 19,
  20. "abis": [
  21. "armeabi-v7a", "arm64-v8a"
  22. ]
  23. }
  24. }
  25. }