package.json 1.0 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "【支持横竖屏】安卓人脸识别、百度活体检测、人脸采集android端",
  3. "id": "longyoung-BDFaceAuth",
  4. "version": "1.0.4",
  5. "description": "longyoung出品,如有疑问,关注公众号「longyoung」后台发消息提问。",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "longyoung-BDFaceAuth",
  13. "class": "com.longyoung.ly_bdfaceauth.ScanFaceWXModule"
  14. }
  15. ],
  16. "hooksClass": "com.longyoung.ly_bdfaceauth.ScanFace_AppProxy",
  17. "integrateType": "aar",
  18. "compileOptions": {
  19. "sourceCompatibility": "1.8",
  20. "targetCompatibility": "1.8"
  21. },
  22. "abis": [
  23. "armeabi-v7a",
  24. "arm64-v8a",
  25. "x86"
  26. ],
  27. "minSdkVersion": "17"
  28. }
  29. }
  30. }