Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yechaoa authored Jan 26, 2021
1 parent 2b63c88 commit 61eede4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ allprojects {
```
dependencies {
//kotlin 版本
implementation 'com.github.yechaoa.YUtils:yutilskt:3.1.6'
implementation 'com.github.yechaoa.YUtils:yutilskt:3.2.0'
//java 版本
implementation 'com.github.yechaoa.YUtils:yutils:3.1.6'
implementation 'com.github.yechaoa.YUtils:yutils:3.2.0'
//kotlin && java 版本
implementation 'com.github.yechaoa:YUtils:3.1.6'
implementation 'com.github.yechaoa:YUtils:3.2.0'
}
```

Expand Down

0 comments on commit 61eede4

Please sign in to comment.