diff --git a/storage/storagevolumesjstest/src/main/config.json b/storage/storagevolumesjstest/src/main/config.json index da8cc381bd763aa3de55487e2d2067c68e30622b..2b472466f8e14325af83da13f5f6a2651a648ba7 100644 --- a/storage/storagevolumesjstest/src/main/config.json +++ b/storage/storagevolumesjstest/src/main/config.json @@ -1,21 +1,22 @@ { "app": { "bundleName": "ohos.acts.storage.volumes", - "vendor": "acts", + "vendor": "example", "version": { "code": 1000000, "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 } }, "deviceConfig": {}, "module": { "package": "ohos.acts.storage.volumes", "name": ".MyApplication", - "mainAbility": "ohos.acts.storage.volumes.MainAbility", "deviceType": [ - "phone", - "tablet", - "tv" + "phone" ], "distro": { "deliveryWithInstall": true,