File tree 2 files changed +7
-15
lines changed 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The strongest feature is easier to integrate than version of V1.+
23
23
24
24
- [x] Support Silence Download (one line code)
25
25
26
- - [x] Adapt to Android Q
26
+ - [x] Adapt to Android 13
27
27
28
28
### include
29
29
```
@@ -34,15 +34,11 @@ allprojects {
34
34
}
35
35
}
36
36
```
37
- #### appcompat
38
- ```
39
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat'
40
- ```
41
- #### jitpack && android x
37
+
42
38
```
43
39
44
40
dependencies {
45
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx '
41
+ implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.2 '
46
42
}
47
43
```
48
44
Original file line number Diff line number Diff line change 21
21
22
22
- [x] 支持静默下载 (一行代码)
23
23
24
- - [x] 适配到Android Q
24
+ - [x] 适配到Android 13
25
25
26
26
### 导入
27
27
```
@@ -32,20 +32,16 @@ allprojects {
32
32
}
33
33
}
34
34
```
35
- #### appcompat
36
- ```
37
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat'
38
- ```
39
- #### jitpack && android x
35
+
40
36
```
41
37
dependencies {
42
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx '
38
+ implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.2 '
43
39
}
44
40
```
45
41
46
42
### 使用
47
43
48
- 和1.+版本一样, 两种模式
44
+ 两种模式
49
45
50
46
> 只使用下载模式
51
47
You can’t perform that action at this time.
0 commit comments