app.json5 355 B

1234567891011121314151617
  1. {
  2. "app": {
  3. "bundleName": "ai.kirincode.ohos",
  4. "vendor": "KirinCode",
  5. "versionCode": 300,
  6. "versionName": "0.3.0",
  7. "icon": "$media:ic_app_icon",
  8. "label": "$string:app_name",
  9. "minAPIVersion": 12,
  10. "targetAPIVersion": 14,
  11. "apiReleaseType": "Release",
  12. "debug": false,
  13. "car": {
  14. "minAPIVersion": 12
  15. }
  16. }
  17. }