diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf77b9c3b7d48af233ac74ce45f2175e7be6f7f..b8c4c927b316e0138a961873293013a9aab01fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 +ohos 第三个版本 +* 正式版本 + ## 0.0.2-SNAPSHOT * ohos 第二个版本,修复了findbugs问题,更新SDK6 diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 2309f172cbfbab3e8f16178fb6d95dbd7a9c0097..33e75cce76018dc59caf26b0e17af5f9794be353 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -5,6 +5,6 @@ "License File": " LICENSE ", "Version Number": " 0.8.5 ", "Upstream URL": " https://github.com/mancj/MaterialSearchBar ", - "Description": " 实现搜索和侧滑 " + "Description": " 实现搜索和侧滑 " } ] diff --git a/README.md b/README.md index b3332e61a24db4597e80b30b82fa24a58c35002b..8809cb564f6192c6cd1553b3b57fa2a05bc00897 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -27,7 +27,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:MaterialSearchBar:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:MaterialSearchBar:1.0.0') ...... } ``` @@ -41,9 +41,7 @@ allprojects { 使用该库非常简单,只需查看提供的示例的源代码。(查看ViewCreateHelper.java中在ScrollView和ListContainer中的使用) ```示例xml Provided Styles are: MaterialSearchBarLight and MaterialSearchBarDark - Example: -·· ``` -```java +``` private void onFocusChangedListener() { main_tf.setFocusChangedListener((component, isFocused) -> { if (isFocused) { @@ -119,4 +117,4 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT \ No newline at end of file +- 1.0.0 \ No newline at end of file