Skip to content

Commit 70b6eae

Browse files
committed
fix request external storage permission error on android Q
fix okhttp ssl factory error on android q
1 parent c3b66b3 commit 70b6eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ allprojects {
3636
```
3737
#### appcompat
3838
```
39-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.3.3.1_appcompat'
39+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.3.2_appcompat'
4040
```
4141
#### jitpack && androiud x
4242
```
4343
4444
dependencies {
45-
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.3'
45+
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.4'
4646
}
4747
```
4848

0 commit comments

Comments
 (0)