package.json 909 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "wxMerchantTransfer",
  3. "id": "wxMerchantTransfer",
  4. "displayName": "微信商家转账插件",
  5. "version": "1.0.0",
  6. "description": "微信商家转账插件",
  7. "_dp_type": "nativeplugin",
  8. "_dp_nativeplugin": {
  9. "android": {
  10. "plugins": [
  11. {
  12. "type": "module",
  13. "name": "wxMerchantTransfer",
  14. "class": "com.plugin.wxmerchanttransfer.WxMerchantTransferModule"
  15. }
  16. ],
  17. "integrateType": "aar",
  18. "dependencies": [
  19. ],
  20. "compileOptions": {
  21. "sourceCompatibility": "1.8",
  22. "targetCompatibility": "1.8"
  23. },
  24. "abis": [
  25. "armeabi-v7a",
  26. "arm64-v8a"
  27. ],
  28. "minSdkVersion": "22",
  29. "parameters": {}
  30. }
  31. }
  32. }