From b0c914e21ca17cd25753700bf7db25bf6200941d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9D=9A=E6=8C=81?= <2352009235@qq.com> Date: Thu, 10 Jun 2021 17:59:26 +0800 Subject: [PATCH] update EducationSystem/entry/src/main/config.json. --- EducationSystem/entry/src/main/config.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/EducationSystem/entry/src/main/config.json b/EducationSystem/entry/src/main/config.json index 9df55f8d..c706e79b 100644 --- a/EducationSystem/entry/src/main/config.json +++ b/EducationSystem/entry/src/main/config.json @@ -3,13 +3,8 @@ "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": {}, @@ -24,7 +19,8 @@ "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { -- Gitee