Skip to content

Commit

Permalink
Merge branch 'dev_androidx'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLiuSheng committed Dec 11, 2019
2 parents 6cccc98 + a9424f3 commit 35de36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The strongest feature is easier to integrate than version of V1.+

#### jcenter
```
implementation 'com.allenliu.versionchecklib:library:2.2.2'
implementation 'com.allenliu.versionchecklib:library:2.2.3'
```
#### jitpack && androiud x
```
Expand All @@ -39,7 +39,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.2'
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README_UN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#### jcenter
```
implementation 'com.allenliu.versionchecklib:library:2.2.2'
implementation 'com.allenliu.versionchecklib:library:2.2.3'
```
#### jitpack && androiud x
```
Expand All @@ -38,7 +38,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.2'
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.3'
}
```

Expand Down

0 comments on commit 35de36d

Please sign in to comment.