From c6eb61ca999231aa44fa225f541d481999682c42 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Tue, 15 Jun 2021 14:51:25 +0800 Subject: [PATCH] update ComponentCodelab/entry/src/main/config.json. --- ComponentCodelab/entry/src/main/config.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ComponentCodelab/entry/src/main/config.json b/ComponentCodelab/entry/src/main/config.json index 3637208a..b85f3bf9 100644 --- a/ComponentCodelab/entry/src/main/config.json +++ b/ComponentCodelab/entry/src/main/config.json @@ -5,24 +5,21 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Release" } }, "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