From 4ea8f0a7fd3cc0161605f5e03a1d6615857d9224 Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Thu, 3 Jun 2021 11:34:27 +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 +- library/src/main/config.json | 4 ++-- sample/src/main/config.json | 2 +- sample/src/ohosTest/config.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index e463f14..83d884f 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/library/src/main/config.json b/library/src/main/config.json index 89aef8f..b2adf3e 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -3,8 +3,8 @@ "bundleName": "cn.pedant.SafeWebViewBridge", "vendor": "pedant", "version": { - "code": 1, - "name": "1.0" + "code": 1000000, + "name": "1.0.0" }, "apiVersion": { "compatible": 5, diff --git a/sample/src/main/config.json b/sample/src/main/config.json index 524419a..238ada5 100644 --- a/sample/src/main/config.json +++ b/sample/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "cn.pedant.SafeWebViewBridge", "vendor": "pedant", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/sample/src/ohosTest/config.json b/sample/src/ohosTest/config.json index 86b21ba..549b267 100644 --- a/sample/src/ohosTest/config.json +++ b/sample/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "cn.pedant.SafeWebViewBridge", "vendor": "pedant", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee