From 3cb6c64487da7ff401eec206a92ba8a31fa86d3c Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Tue, 15 Jun 2021 15:27:23 +0800 Subject: [PATCH] update SimpleVideoCodelab/entry/src/main/config.json. --- SimpleVideoCodelab/entry/src/main/config.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/SimpleVideoCodelab/entry/src/main/config.json b/SimpleVideoCodelab/entry/src/main/config.json index ea9dea11..40854c64 100644 --- a/SimpleVideoCodelab/entry/src/main/config.json +++ b/SimpleVideoCodelab/entry/src/main/config.json @@ -3,13 +3,8 @@ "bundleName": "com.huawei.cookbook", "vendor": "huawei", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Release" + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {}, @@ -25,7 +20,8 @@ "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { @@ -43,7 +39,7 @@ "configChanges": [ "orientation" ], - "formEnabled": false, + "formsEnabled": true, "name": ".MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", -- Gitee