From 9c8197afd5f159e521ca7509fd4ad5bdd785e028 Mon Sep 17 00:00:00 2001 From: fjh Date: Thu, 3 Jun 2021 15:35:16 +0800 Subject: [PATCH] =?UTF-8?q?code=20=E7=89=88=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- build.gradle | 8 ++++---- entry/src/main/config.json | 2 +- entry/src/ohosTest/config.json | 2 +- export_api/src/main/config.json | 2 +- library/src/main/config.json | 2 +- logutils_no_op/src/main/config.json | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c22afff..a9fcb8f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 基线版本:Release v1.5.1 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1.0.301 beta4 +- 开发版本:sdk5,DevEco Studio2.1 Release #### 效果演示 @@ -27,7 +27,7 @@ ...... } -在sdk5,DevEco Studio2.1.0.301 beta4下项目可直接运行 +在sdk5,DevEco Studio2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 diff --git a/build.gradle b/build.gradle index 1e96770..fe7a6b0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ ohos { compatibleSdkVersion 4 } } - + buildscript { repositories { maven { @@ -16,10 +16,10 @@ buildscript { maven { url 'https://developer.huawei.com/repo/' } - jcenter() + 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' } } @@ -35,6 +35,6 @@ allprojects { maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } - jcenter() + jcenter() } } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 83d4198..99589e5 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.apkfuns.logutils", "vendor": "apkfuns", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 62bc7b9..5f02c3d 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "com.apkfuns.logutils", "vendor": "apkfuns", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/export_api/src/main/config.json b/export_api/src/main/config.json index 93711f0..2836487 100644 --- a/export_api/src/main/config.json +++ b/export_api/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.apkfuns.logutils", "vendor": "apkfuns", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/library/src/main/config.json b/library/src/main/config.json index c1f56e1..2d27c55 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.apkfuns.logutils", "vendor": "apkfuns", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/logutils_no_op/src/main/config.json b/logutils_no_op/src/main/config.json index 0be06b5..6a18f10 100644 --- a/logutils_no_op/src/main/config.json +++ b/logutils_no_op/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.apkfuns.logutils", "vendor": "apkfuns", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee