Skip to content

Commit 4a006a4

Browse files
committed
mod:update readme
1 parent 08b7e7d commit 4a006a4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The strongest feature is easier to integrate than version of V1.+
2626
- [x] Adapt to Android Q
2727

2828
### include
29-
For Android Q compatibility,you must set targetSDKVersion to 29
3029
```
3130
allprojects {
3231
repositories {
@@ -37,13 +36,13 @@ allprojects {
3736
```
3837
#### appcompat
3938
```
40-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_appcompat'
39+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat'
4140
```
4241
#### jitpack && android x
4342
```
4443
4544
dependencies {
46-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_androidx'
45+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx'
4746
}
4847
```
4948

README_UN.MD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
- [x] 适配到Android Q
2525

2626
### 导入
27-
为了兼容Android Q,必须设置compileSdkVersion和targetSdkVersion为29
2827
```
2928
allprojects {
3029
repositories {
@@ -35,12 +34,12 @@ allprojects {
3534
```
3635
#### appcompat
3736
```
38-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_appcompat'
37+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat'
3938
```
4039
#### jitpack && android x
4140
```
4241
dependencies {
43-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_androidx'
42+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx'
4443
}
4544
```
4645

0 commit comments

Comments
 (0)