package.json 444 B

123456789101112131415161718192021222324
  1. {
  2. "name": "LcReader",
  3. "id": "LcReader",
  4. "version": "1.0.0",
  5. "description": "身份证插件",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "LcReader",
  13. "class": "uni.dcloud.io.uniplugin_reader.IdModule"
  14. }
  15. ],
  16. "abis": [
  17. "armeabi-v7a",
  18. "arm64-v8a"
  19. ],
  20. "integrateType": "aar",
  21. "minSdkVersion" : 15
  22. }
  23. }
  24. }