package.json 379 B

1234567891011121314151617181920212223
  1. {
  2. "name": "helloworld-debug",
  3. "id": "helloworld-debug",
  4. "version": "2.1.4",
  5. "description": "测试获取通话记录",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "helloworld-debug",
  13. "class": "com.example.helloworld.Helloword"
  14. }
  15. ],
  16. "integrateType": "aar"
  17. }
  18. }
  19. }