app.json 310 字节
Newer Older
1 2
{
  "app": {
C
chengxingzhen 已提交
3
    "bundleName": "com.acts.datashareserver_stage",
4 5 6 7 8
    "vendor": "example",
    "versionCode": 1000000,
    "versionName": "1.0.0",
    "icon": "$media:app_icon",
    "label": "$string:app_name",
9 10 11
    "distributedNotificationEnabled": true,
    "minAPIVersion": 9,
    "targetAPIVersion": 9
12 13
  }
}