package.json 444 B

1234567891011121314151617
  1. {
  2. "name": "AutoReplyPrintUniModule",
  3. "id": "AutoReplyPrintUniModule",
  4. "version": "1.0",
  5. "description": "AutoReplyPrintUniModule",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [{
  10. "type": "module",
  11. "name": "AutoReplyPrintUniModule",
  12. "class": "com.caysn.autoreplyprint_unimodule.AutoReplyPrintUniModule"
  13. }],
  14. "integrateType": "aar"
  15. }
  16. }
  17. }