Skip to content

Commit 8f35224

Browse files
committed
发布版本1.3.0
1 parent c9a181e commit 8f35224

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
@@ -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

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.2.9-RC3'
6+
def LIB_VERSION = '1.3.0'
77
def LIB_DESC = 'Android通用适配器和常用的工具类'
88
def LIB_URL = 'https://github.com/VeiZhang/BaseToolsLibrary'
99

0 commit comments

Comments
 (0)