From 2d757a76d9368de9469529725aa18c75f47fef07 Mon Sep 17 00:00:00 2001 From: renpengfei Date: Thu, 3 Jun 2021 14:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=9C=80=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- build.gradle | 2 +- entry/src/ohosTest/config.json | 2 +- library/src/main/config.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6738ea1..edd2646 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - 基线版本: ShadowLayout Releases master - 项目移植状态:已完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1 beta4 +- 开发版本:sdk5,DevEco Studio2.1 Release - 编程语言:Java ## 安装教程 @@ -31,7 +31,7 @@ } ``` -在sdk5,DevEco Studio2.1 beta4下项目可直接运行 +在sdk5,DevEco Studio2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 diff --git a/build.gradle b/build.gradle index 0ec38c8..f2c66e2 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' } } diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index bbda7cd..e827455 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "com.lijiankun24.shadowlayoutexample", "vendor": "lijiankun24", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/library/src/main/config.json b/library/src/main/config.json index b568ee0..b19acea 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.lijiankun24.shadowlayoutexample", "vendor": "lijiankun24", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee