Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
YeChao committed Dec 26, 2020
1 parent d4ae5e0 commit 07f4661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![](https://img.shields.io/badge/language-Java%20&%20kotlin-orange.svg)
![](https://img.shields.io/hexpm/l/plug.svg)

最近更新 2020.10.30
最近更新 2020.12.26

### How to use

Expand All @@ -22,13 +22,13 @@ allprojects {
```
dependencies {
//kotlin 版本
implementation 'com.github.yechaoa.YUtils:yutilskt:3.1.3'
implementation 'com.github.yechaoa.YUtils:yutilskt:3.1.4'
//java 版本
implementation 'com.github.yechaoa.YUtils:yutils:3.1.3'
implementation 'com.github.yechaoa.YUtils:yutils:3.1.4'
//kotlin && java 版本
implementation 'com.github.yechaoa:YUtils:3.1.3'
implementation 'com.github.yechaoa:YUtils:3.1.4'
}
```

Expand Down

0 comments on commit 07f4661

Please sign in to comment.