app.json 367 字节
Newer Older
1 2 3 4 5 6 7 8
{
  "app": {
    "bundleName": "ohos.acts.commonlibrary.crossplatform.util.normal",
    "vendor": "example",
    "versionCode": 1000000,
    "versionName": "1.0.0",
    "icon": "$media:app_icon",
    "label": "$string:app_name",
H
hu0475 已提交
9 10
    "minAPIVersion": 10,
    "targetAPIVersion": 10,
11
    "car": {
H
hu0475 已提交
12
      "apiCompatibleVersion": 10,
13 14 15 16
      "singleUser": false
    }
  }
}