Skip to content

Commit

Permalink
发布2.0.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Nov 8, 2020
1 parent 8db0a88 commit 5448b9c
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ allprojects {

2.然后在dependencies添加:

以下是版本说明,选择一个即可。

* androidx版本:2.0.0及以上


```
//基础功能的工具类
implementation 'com.github.xuexiangjys.XUtil:xutil-core:2.0.0'
//附加功能的工具类
implementation 'com.github.xuexiangjys.XUtil:xutil-sub:2.0.0'
```

* support版本:1.1.8及以下

```
//基础功能的工具类
implementation 'com.github.xuexiangjys.XUtil:xutil-core:1.1.8'
Expand Down Expand Up @@ -67,11 +81,11 @@ implementation 'com.github.xuexiangjys.XUtil:xutil-sub:1.1.8'

https://github.com/Blankj/AndroidUtilCode

## 联系方式
## 公众号

[![](https://img.shields.io/badge/点击一键加入QQ群-602082750-blue.svg)](http://shang.qq.com/wpa/qunwpa?idkey=9922861ef85c19f1575aecea0e8680f60d9386080a97ed310c971ae074998887)
> 更多资讯内容,欢迎扫描关注我的个人微信公众号:【我的Android开源之旅】
![](https://github.com/xuexiangjys/XPage/blob/master/img/qq_group.jpg)
![gzh_weixin.jpg](https://img.rruu.net/image/5f871cfff3194)

[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
[api]: https://android-arsenal.com/api?level=14
20 changes: 18 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ allprojects {

2.然后在dependencies添加:

以下是版本说明,选择一个即可。

* androidx版本:2.0.0及以上


```
//基础功能的工具类
implementation 'com.github.xuexiangjys.XUtil:xutil-core:2.0.0'
//附加功能的工具类
implementation 'com.github.xuexiangjys.XUtil:xutil-sub:2.0.0'
```

* support版本:1.1.8及以下

```
//基础功能的工具类
implementation 'com.github.xuexiangjys.XUtil:xutil-core:1.1.8'
Expand All @@ -60,9 +74,11 @@ implementation 'com.github.xuexiangjys.XUtil:xutil-sub:1.1.8'

https://github.com/Blankj/AndroidUtilCode

## 联系方式
## 公众号

> 更多资讯内容,欢迎扫描关注我的个人微信公众号:【我的Android开源之旅】
[![](https://img.shields.io/badge/点击一键加入QQ群-602082750-blue.svg)](http://shang.qq.com/wpa/qunwpa?idkey=9922861ef85c19f1575aecea0e8680f60d9386080a97ed310c971ae074998887)
![gzh_weixin.jpg](https://img.rruu.net/image/5f871cfff3194)

[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
[api]: https://android-arsenal.com/api?level=14
2 changes: 1 addition & 1 deletion xutil-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 在线文档

[点击查看【v1.1.8](https://jitpack.io/com/github/xuexiangjys/XUtil/xutil-core/1.1.8/javadoc/)
[点击查看【v2.0.0](https://jitpack.io/com/github/xuexiangjys/XUtil/xutil-core/2.0.0/javadoc/)

## APIs

Expand Down
2 changes: 1 addition & 1 deletion xutil-sub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 在线文档

[点击查看【v1.1.8](https://jitpack.io/com/github/xuexiangjys/XUtil/xutil-sub/1.1.8/javadoc/)
[点击查看【v2.0.0](https://jitpack.io/com/github/xuexiangjys/XUtil/xutil-sub/2.0.0/javadoc/)

## APIs

Expand Down

0 comments on commit 5448b9c

Please sign in to comment.