From ff836cc4ac0cc7f2b2b7486ef21a7167780052b8 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Tue, 15 Jun 2021 15:17:32 +0800 Subject: [PATCH] update ShoppingJs/entry/src/main/config.json. --- ShoppingJs/entry/src/main/config.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ShoppingJs/entry/src/main/config.json b/ShoppingJs/entry/src/main/config.json index e164614e..4dec1955 100644 --- a/ShoppingJs/entry/src/main/config.json +++ b/ShoppingJs/entry/src/main/config.json @@ -3,26 +3,23 @@ "bundleName": "com.huawei.codelab", "vendor": "huawei", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Release" + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {}, "module": { "package": "com.huawei.codelab", "name": ".MyApplication", + "mainAbility": "com.huawei.codelab.MainAbility", "deviceType": [ "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { -- Gitee