package.json 367 B

12345678910111213141516171819
  1. {
  2. "name": "SIMCardInfoPlugin",
  3. "id": "SIMCardInfoPlugin",
  4. "version": "1.1.1",
  5. "description": "获取SIM卡信息",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins" :[
  10. {
  11. "type": "module",
  12. "name": "SIMCardInfoPlugin",
  13. "class": "uni.dcloud.io.SIMCardInfoPlugin.MyTest"
  14. }
  15. ],
  16. "integrateType": "aar"
  17. }
  18. }
  19. }