From de7212c1f66f9d29853cc99c13a99597aa569d1d Mon Sep 17 00:00:00 2001 From: xujianhong Date: Thu, 3 Jun 2021 15:16:27 +0800 Subject: [PATCH] =?UTF-8?q?README=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FloatingViewLib/src/main/config.json | 2 +- README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FloatingViewLib/src/main/config.json b/FloatingViewLib/src/main/config.json index 70980bd..a5e5859 100644 --- a/FloatingViewLib/src/main/config.json +++ b/FloatingViewLib/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.ufreedom.demo", "vendor": "ufreedom", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/README.md b/README.md index 11feb4a..10943ca 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 项目移植状态:主功能完成 - 调用差异:有 - 基线版本:release 1.0.2 -- 开发版本:sdk5,DevEco Studio2.1 beta3 +- 开发版本:sdk5,DevEco Studio2.1 Release #### 效果演示 @@ -39,7 +39,7 @@ } ``` -在sdk5,DevEco Studio2.1 beta3下项目可直接运行 +在sdk5,DevEco Studio2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 diff --git a/build.gradle b/build.gradle index de2db9e..8844ee3 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.7' } } -- Gitee