From 62f9edb84d68a1e95001ec9444b13834789f8a2e Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Thu, 3 Jun 2021 10:35:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- example/src/main/config.json | 4 ++-- example/src/ohosTest/config.json | 4 ++-- pinview/src/main/config.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index d78f38d..5e5cfbe 100644 --- 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/example/src/main/config.json b/example/src/main/config.json index 9a56d24..672e31e 100644 --- a/example/src/main/config.json +++ b/example/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.goodiebag.pinview", "vendor": "goodiebag", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { @@ -40,7 +40,7 @@ "name": "com.goodiebag.pinview.example.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", - "label": "Pinview", + "label": "$string:app_name", "type": "page", "launchType": "standard" } diff --git a/example/src/ohosTest/config.json b/example/src/ohosTest/config.json index 5420f40..e0fa513 100644 --- a/example/src/ohosTest/config.json +++ b/example/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "com.goodiebag.pinview", "vendor": "goodiebag", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { @@ -30,7 +30,7 @@ "name": "decc.testkit.runner.EntryAbility", "description": "Test Entry Ability", "icon": "$media:icon", - "label": "Pinview", + "label": "$string:app_name", "launchType": "standard", "orientation": "landscape", "visible": true, diff --git a/pinview/src/main/config.json b/pinview/src/main/config.json index cf0fa55..c843cf4 100644 --- a/pinview/src/main/config.json +++ b/pinview/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.goodiebag.pinview", "vendor": "goodiebag", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee