Skip to content

Commit

Permalink
mod readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLiuSheng committed Sep 24, 2019
1 parent 416592e commit 4abc7ab
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README_UN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,21 @@

### 导入

#### jcenter
```
compile 'com.allenliu.versionchecklib:library:2.2.1'
implementation 'com.allenliu.versionchecklib:library:2.2.1'
```
#### jitpack && androiud x
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.1'
}
```

### 使用
Expand Down

0 comments on commit 4abc7ab

Please sign in to comment.