Skip to content

Commit b2b591d

Browse files
committed
发布1.2.9
1 parent d4b36ae commit b2b591d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ HanziToPinyin : Android汉字转拼音类
794794
## 版本更新<a name="版本更新">
795795
| 版本 | 描述 |
796796
|------------------------- | -------------------------------------------------------------- |
797+
| [1.2.9][BaseToolsV1.2.9] | 新增ListAdapter,补充一些工具方法 **2020-08-24** |
797798
| [1.2.8][BaseToolsV1.2.8] | 兼容AndroidX **2020-04-09** |
798799
| [1.2.7][BaseToolsV1.2.7] | 新增工具类 **2019-10-15** |
799800
| [1.2.6][BaseToolsV1.2.6] | 新增工具方法,优化Adapter **2018-9-13** |
@@ -838,6 +839,7 @@ HanziToPinyin : Android汉字转拼音类
838839

839840
<!-- 版本 -->
840841

842+
[BaseToolsV1.2.9]:https://bintray.com/veizhang/maven/basetools/1.2.9
841843
[BaseToolsV1.2.8]:https://bintray.com/veizhang/maven/basetools/1.2.8
842844
[BaseToolsV1.2.7]:https://bintray.com/veizhang/maven/basetools/1.2.7
843845
[BaseToolsV1.2.6]:https://bintray.com/veizhang/maven/basetools/1.2.6

basetoolslibrary/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ publish {
2828
userOrg = org
2929
groupId = 'com.excellence'
3030
artifactId = 'basetools'
31-
publishVersion = '1.2.8'
31+
publishVersion = '1.2.9'
3232
desc = 'Android通用适配器和常用的工具类'
3333
website = 'https://github.com/VeiZhang/BaseToolsLibrary'
3434
licences = ['Apache-2.0']

0 commit comments

Comments
 (0)