From de404629392b00e3706ff3922fcae0ed1be4f172 Mon Sep 17 00:00:00 2001 From: fjh Date: Thu, 3 Jun 2021 15:26:43 +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/build.gradle | 4 ++-- entry/src/main/config.json | 2 +- entry/src/ohosTest/config.json | 2 +- library/src/main/config.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 71ac588..caf583e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 基线版本: Release 1.4.0 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1.0.301 beta3 +- 开发版本:sdk5,DevEco Studio2.1 Release #### 效果演示 @@ -27,7 +27,7 @@ } -在sdk5,DevEco Studio2.1.0.301 beta3下项目可直接运行 +在sdk5,DevEco Studio2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 diff --git a/build.gradle b/build.gradle index 6e73c6e..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.5' + 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/build.gradle b/entry/build.gradle index 8994faf..46559b9 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -13,7 +13,7 @@ ohos { } } } - + } dependencies { @@ -23,5 +23,5 @@ dependencies { implementation('com.gitee.chinasoft_ohos:mkloader:0.0.1-SNAPSHOT') } decc { - supportType = ['html','xml'] + supportType = ['html', 'xml'] } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 217c4cf..620e556 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.tuyenmonkey.sample", "vendor": "tuyenmonkey", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 6f5d06f..08add00 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "com.tuyenmonkey.sample", "vendor": "tuyenmonkey", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/library/src/main/config.json b/library/src/main/config.json index d62a335..e5eaabe 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.tuyenmonkey.sample", "vendor": "tuyenmonkey", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee