diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..868edebd9a31421e5516562a81fd7178b79e30e7 --- /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 ea91233e8d5b73135e85f957974460ad8eace39d..e2b93e8dd7cc7a7fbbf1f372b3adbab2e6f3eaa2 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 26b040cf48ea0f058b5f6a90747758bdfde6c3a8..12d090a7063133e19039758072fb791d39c352bb 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 c7ff3d7fdfe7a0aeb7978b1dbe74f8c00c474867..8b6792d4ae4467a753bedbc44a8c9255e9818d5c 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 6d0dbb11773ccbf24e16c402140108b56acdbcb9..0ec38c838c62491e96ede02b5080bc80c5319aa8 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 ae90cbd326ed458e448cb78fd182706181bb444d..0000000000000000000000000000000000000000 --- 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 86c226216f866c2551dbf12dfc91542e836b4694..ab0ed785dd5b4e02bfe1b42a4354fa0b4cf3ac6d 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 f23d6c6e66c620c2e76d77bc56963a05731fe557..bbda7cd1d8bd88a2df953e571453f5f819268281 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": {},