Files
applications_theme/AppScope/app.json5
T
YangPeng db0be0afe2 update code for supporting build
Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
2022-04-11 11:36:22 +08:00

14 lines
291 B
Plaintext

{
"app": {
"bundleName": "com.ohos.theme",
"vendor": "ohos",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:app_icon",
"label": "$string:app_name",
"distributedNotificationEnabled": true,
"minAPIVersion": 9,
"targetAPIVersion": 9
}
}