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 @@ -813,6 +813,7 @@ HanziToPinyin : Android汉字转拼音类
813813## 版本更新<a name =" 版本更新 " >
814814| 版本 | 描述 |
815815| ------------------------- | -------------------------------------------------------------- |
816+ | [ 1.3.0] [ BaseToolsV1.3.0 ] | 转换Kotlin ** 2022-04-15** |
816817| [ 1.2.9] [ BaseToolsV1.2.9 ] | 新增ListAdapter,补充一些工具方法 ** 2020-08-24** |
817818| [ 1.2.8] [ BaseToolsV1.2.8 ] | 兼容AndroidX ** 2020-04-09** |
818819| [ 1.2.7] [ BaseToolsV1.2.7 ] | 新增工具类 ** 2019-10-15** |
@@ -858,6 +859,7 @@ HanziToPinyin : Android汉字转拼音类
858859
859860<!-- 版本 -->
860861
862+ [ BaseToolsV1.3.0 ] :https://bintray.com/veizhang/maven/basetools/1.3.0
861863[ BaseToolsV1.2.9 ] :https://bintray.com/veizhang/maven/basetools/1.2.9
862864[ BaseToolsV1.2.8 ] :https://bintray.com/veizhang/maven/basetools/1.2.8
863865[ BaseToolsV1.2.7 ] :https://bintray.com/veizhang/maven/basetools/1.2.7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: 'https://gist.githubusercontent.com/VeiZhang/aebbbd6d9d570dffac81eea
33/* *发布到GitHub Packages仓库**/
44def LIB_GROUP_ID = ' com.excellence'
55def LIB_ARTIFACT_ID = ' basetools'
6- def LIB_VERSION = ' 1.2.9-RC3 '
6+ def LIB_VERSION = ' 1.3.0 '
77def LIB_DESC = ' Android通用适配器和常用的工具类'
88def LIB_URL = ' https://github.com/VeiZhang/BaseToolsLibrary'
99
You can’t perform that action at this time.
0 commit comments