From 0154a92b85853cf8d178d96d4d377e198e7e7d70 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Tue, 15 Jun 2021 14:43:32 +0800 Subject: [PATCH] update ClockFACardDemo/entry/src/main/config.json. --- ClockFACardDemo/entry/src/main/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ClockFACardDemo/entry/src/main/config.json b/ClockFACardDemo/entry/src/main/config.json index a57e096e..99f43a10 100644 --- a/ClockFACardDemo/entry/src/main/config.json +++ b/ClockFACardDemo/entry/src/main/config.json @@ -4,7 +4,7 @@ "vendor": "huawei", "version": { "code": 1000000, - "name": "1.0" + "name": "1.0.0" } }, "deviceConfig": { @@ -22,7 +22,8 @@ "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { -- Gitee