From 9dd29f61ab3b63fb999b79ea03f0d190e3d5c377 Mon Sep 17 00:00:00 2001 From: wu361 Date: Mon, 7 Jun 2021 09:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle | 2 +- entry/src/main/config.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63ef146..89c1929 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1 beta3 +- 开发版本:sdk5,DevEco Studio2.1 Releases - 基线版本:Releases v1.1.2 diff --git a/build.gradle b/build.gradle index 6d84aa7..7422686 100755 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.7' + classpath 'com.huawei.ohos:hap:2.4.4.2' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 3dc573e..4857b5e 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.lid.labelview", "vendor": "lid", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { @@ -40,7 +40,7 @@ "name": "com.lid.labelview.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", - "label": "labelview", + "label": "$string:app_name", "type": "page", "launchType": "standard" } -- Gitee