config.json 446 B

123456789101112131415161718192021222324252627
  1. {
  2. "app": {
  3. "bundleName": "com.mylove.logger",
  4. "vendor": "benyanyi",
  5. "version": {
  6. "code": 1000000,
  7. "name": "1.0.0"
  8. }
  9. },
  10. "deviceConfig": {
  11. },
  12. "module": {
  13. "package": "com.benyanyi.loglib",
  14. "deviceType": [
  15. "phone",
  16. "tablet",
  17. "tv",
  18. "wearable",
  19. "car"
  20. ],
  21. "distro": {
  22. "deliveryWithInstall": true,
  23. "moduleName": "loglib",
  24. "moduleType": "har"
  25. }
  26. }
  27. }