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 @@ -958,6 +958,7 @@ HanziToPinyin : Android汉字转拼音类
958958## 版本更新<a name =" 版本更新 " >
959959| 版本 | 描述 |
960960| ------------------------- | -------------------------------------------------------------- |
961+ | [ 1.3.1] [ BaseToolsV1.3.1 ] | 新增工具类 & 方法 ** 2022-05-27** |
961962| [ 1.3.0] [ BaseToolsV1.3.0 ] | 转换Kotlin ** 2022-04-15** |
962963| [ 1.2.9] [ BaseToolsV1.2.9 ] | 新增ListAdapter,补充一些工具方法 ** 2020-08-24** |
963964| [ 1.2.8] [ BaseToolsV1.2.8 ] | 兼容AndroidX ** 2020-04-09** |
@@ -1004,6 +1005,7 @@ HanziToPinyin : Android汉字转拼音类
10041005
10051006<!-- 版本 -->
10061007
1008+ [ BaseToolsV1.3.1 ] :https://bintray.com/veizhang/maven/basetools/1.3.1
10071009[ BaseToolsV1.3.0 ] :https://bintray.com/veizhang/maven/basetools/1.3.0
10081010[ BaseToolsV1.2.9 ] :https://bintray.com/veizhang/maven/basetools/1.2.9
10091011[ BaseToolsV1.2.8 ] :https://bintray.com/veizhang/maven/basetools/1.2.8
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.3.0 '
6+ def LIB_VERSION = ' 1.3.1 '
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