Skip to content

Commit c8dad09

Browse files
committed
发布版本1.3.1
1 parent edbb184 commit c8dad09

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

basetoolslibrary/github_package_publish_usage.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: 'https://gist.githubusercontent.com/VeiZhang/aebbbd6d9d570dffac81eea
33
/**发布到GitHub Packages仓库**/
44
def LIB_GROUP_ID = 'com.excellence'
55
def LIB_ARTIFACT_ID = 'basetools'
6-
def LIB_VERSION = '1.3.0'
6+
def LIB_VERSION = '1.3.1'
77
def LIB_DESC = 'Android通用适配器和常用的工具类'
88
def LIB_URL = 'https://github.com/VeiZhang/BaseToolsLibrary'
99

0 commit comments

Comments
 (0)