File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ The strongest feature is easier to integrate than version of V1.+
26
26
- [x] Adapt to Android Q
27
27
28
28
### include
29
- For Android Q compatibility,you must set targetSDKVersion to 29
30
29
```
31
30
allprojects {
32
31
repositories {
@@ -37,13 +36,13 @@ allprojects {
37
36
```
38
37
#### appcompat
39
38
```
40
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_appcompat '
39
+ implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat '
41
40
```
42
41
#### jitpack && android x
43
42
```
44
43
45
44
dependencies {
46
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_androidx '
45
+ implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx '
47
46
}
48
47
```
49
48
Original file line number Diff line number Diff line change 24
24
- [x] 适配到Android Q
25
25
26
26
### 导入
27
- 为了兼容Android Q,必须设置compileSdkVersion和targetSdkVersion为29
28
27
```
29
28
allprojects {
30
29
repositories {
@@ -35,12 +34,12 @@ allprojects {
35
34
```
36
35
#### appcompat
37
36
```
38
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_appcompat '
37
+ implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_appcompat '
39
38
```
40
39
#### jitpack && android x
41
40
```
42
41
dependencies {
43
- implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4_androidx '
42
+ implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.4.1_androidx '
44
43
}
45
44
```
46
45
You can’t perform that action at this time.
0 commit comments