File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -792,6 +792,7 @@ HanziToPinyin : Android汉字转拼音类
792792## 版本更新<a name =" 版本更新 " >
793793| 版本 | 描述 |
794794| ------------------------- | -------------------------------------------------------------- |
795+ | [ 1.2.7] [ BaseToolsV1.2.7 ] | 新增工具类 ** 2019-10-15** |
795796| [ 1.2.6] [ BaseToolsV1.2.6 ] | 新增工具方法,优化Adapter ** 2018-9-13** |
796797| [ 1.2.5] [ BaseToolsV1.2.5 ] | 优化RecyclerView的监听事件,修复多布局管理器bug ** 2018-3-7** |
797798| [ 1.2.4] [ BaseToolsV1.2.4 ] | 新增:开启DataBinding,ListView、GridView、RecyclerView通用适配器,一些辅助方法 ** 2017-10-18** |
@@ -834,6 +835,7 @@ HanziToPinyin : Android汉字转拼音类
834835
835836<!-- 版本 -->
836837
838+ [ BaseToolsV1.2.7 ] :https://bintray.com/veizhang/maven/basetools/1.2.7
837839[ BaseToolsV1.2.6 ] :https://bintray.com/veizhang/maven/basetools/1.2.6
838840[ BaseToolsV1.2.5 ] :https://bintray.com/veizhang/maven/basetools/1.2.5
839841[ BaseToolsV1.2.4 ] :https://bintray.com/veizhang/maven/basetools/1.2.4
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ publish {
2828 userOrg = org
2929 groupId = ' com.excellence'
3030 artifactId = ' basetools'
31- publishVersion = ' 1.2.6 '
31+ publishVersion = ' 1.2.7 '
3232 desc = ' Android通用适配器和常用的工具类'
3333 website = ' https://github.com/VeiZhang/BaseToolsLibrary'
3434 licences = [' Apache-2.0' ]
You can’t perform that action at this time.
0 commit comments