From 6b80d5876ef1bc47d5fa9d2df92da4b0b75f0ed9 Mon Sep 17 00:00:00 2001 From: renpengfei Date: Wed, 26 May 2021 10:15:07 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=9B=B4=E6=94=B9OPENSOURCE=202?= =?UTF-8?q?=E3=80=81=E6=9B=B4=E6=94=B9Readme=203=E3=80=81=E6=9B=B4?= =?UTF-8?q?=E6=94=B9CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- README.OPENSOURCE | 2 +- README.md | 3 --- build.gradle | 2 +- changeLog.md | 11 ----------- entry/src/main/config.json | 2 +- entry/src/ohosTest/config.json | 4 ++-- 8 files changed, 10 insertions(+), 20 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changeLog.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..868edeb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## 0.0.1-SNAPSHOT +ohos 第一个版本 + * 实现了原库的大部分 api + * 与原项目阴影效果显示有差异(描边问题无法处理) \ No newline at end of file diff --git a/LICENSE b/LICENSE index ea91233..e2b93e8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright 2018 lijiankun24 + Copyright 2018 lijiankun24 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 26b040c..12d090a 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -6,7 +6,7 @@ "License": "Apache License", - "License File": "https://github.com/lijiankun24/ShadowLayout/blob/master/README.md", + "License File": "LICENSE", "Version Number": "master", diff --git a/README.md b/README.md index c7ff3d7..8b6792d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # ShadowLayout -**本项目是基于开源项目ShadowLayout进行openharmony的移植和开发的,可以通过项目标签以及github地址 ( https://github.com/lijiankun24/ShadowLayout ) 追踪到原项目版本** - ## 项目介绍 - 项目名称:Shadow工具类 @@ -11,7 +9,6 @@ - 项目移植状态:已完成 - 调用差异:无 - 开发版本:sdk5,DevEco Studio2.1 beta4 -- 原项目Doc地址: - 编程语言:Java ## 安装教程 diff --git a/build.gradle b/build.gradle index 6d0dbb1..0ec38c8 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { } dependencies { classpath 'com.huawei.ohos:hap:2.4.2.7' - classpath 'com.huawei.ohos:decctest:1.0.0.6' + classpath 'com.huawei.ohos:decctest:1.0.0.7' } } diff --git a/changeLog.md b/changeLog.md deleted file mode 100644 index ae90cbd..0000000 --- a/changeLog.md +++ /dev/null @@ -1,11 +0,0 @@ -# 基本功能: - 简单好用的阴影库,实现各种阴影效果 - - - -# 修改点: -1. 暂无 - - -# 遗留问题(暂不支持的功能): -1. 与原项目阴影效果显示有差异(描边问题无法处理) \ No newline at end of file diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 86c2262..ab0ed78 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -7,7 +7,7 @@ "name": "1.0" }, "apiVersion": { - "compatible": 4, + "compatible": 5, "target": 5, "releaseType": "Release" } diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index f23d6c6..bbda7cd 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -7,9 +7,9 @@ "name": "1.0" }, "apiVersion": { - "compatible": 4, + "compatible": 5, "target": 5, - "releaseType": "Beta1" + "releaseType": "Release" } }, "deviceConfig": {}, -- Gitee