Skip to content

Commit 29a0e15

Browse files
committed
发布版本1.2.6
1 parent 7f69134 commit 29a0e15

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Android通用的Adapter for ListView,GridView,RecyclerView等,支持多种Item
3636
添加jCenter远程依赖到module里的build.gradle:
3737
```
3838
dependencies {
39-
compile 'com.excellence:basetools:1.2.5'
40-
// 或者直接使用最新版本
41-
// compile 'com.excellence:basetools:_latestVersion'
39+
compile 'com.excellence:basetools:_latestVersion'
4240
}
4341
```
4442
或者直接添加本地Library依赖
@@ -750,6 +748,7 @@ HanziToPinyin : Android汉字转拼音类
750748
## 版本更新<a name="版本更新">
751749
| 版本 | 描述 |
752750
|------------------------- | -------------------------------------------------------------- |
751+
| [1.2.6][BaseToolsV1.2.6] | 新增工具方法,优化Adapter **2018-9-13** |
753752
| [1.2.5][BaseToolsV1.2.5] | 优化RecyclerView的监听事件,修复多布局管理器bug **2018-3-7** |
754753
| [1.2.4][BaseToolsV1.2.4] | 新增:开启DataBinding,ListView、GridView、RecyclerView通用适配器,一些辅助方法 **2017-10-18** |
755754
| [1.2.3][BaseToolsV1.2.3] | 新增ViewPager通用适配器;拓展工具类:文件、资源、反射、键盘等 **2017-7-21** |
@@ -791,6 +790,7 @@ HanziToPinyin : Android汉字转拼音类
791790

792791
<!-- 版本 -->
793792

793+
[BaseToolsV1.2.6]:https://bintray.com/veizhang/maven/basetools/1.2.6
794794
[BaseToolsV1.2.5]:https://bintray.com/veizhang/maven/basetools/1.2.5
795795
[BaseToolsV1.2.4]:https://bintray.com/veizhang/maven/basetools/1.2.4
796796
[BaseToolsV1.2.3]:https://bintray.com/veizhang/maven/basetools/1.2.3

basetoolslibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ publish {
8080
userOrg = org
8181
groupId = 'com.excellence'
8282
artifactId = 'basetools'
83-
publishVersion = '1.2.5'
83+
publishVersion = '1.2.6'
8484
desc = 'Android通用适配器和常用的工具类'
8585
website = 'https://github.com/VeiZhang/BaseToolsLibrary'
8686
licences = ['Apache-2.0']

0 commit comments

Comments
 (0)