Skip to content

Commit be015c3

Browse files
committed
mod:modify readme
1 parent 615f099 commit be015c3

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The strongest feature is easier to integrate than version of V1.+
2323

2424
- [x] Support Silence Download (one line code)
2525

26-
- [x] Adapt to Android Q
26+
- [x] Adapt to Android 13
2727

2828
### include
2929
```
@@ -34,15 +34,11 @@ allprojects {
3434
}
3535
}
3636
```
37-
#### appcompat
38-
```
39-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat'
40-
```
41-
#### jitpack && android x
37+
4238
```
4339
4440
dependencies {
45-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx'
41+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.2'
4642
}
4743
```
4844

README_UN.MD

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- [x] 支持静默下载 (一行代码)
2323

24-
- [x] 适配到Android Q
24+
- [x] 适配到Android 13
2525

2626
### 导入
2727
```
@@ -32,20 +32,16 @@ allprojects {
3232
}
3333
}
3434
```
35-
#### appcompat
36-
```
37-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat'
38-
```
39-
#### jitpack && android x
35+
4036
```
4137
dependencies {
42-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx'
38+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.2'
4339
}
4440
```
4541

4642
### 使用
4743

48-
和1.+版本一样,两种模式
44+
两种模式
4945

5046
> 只使用下载模式
5147

0 commit comments

Comments
 (0)