Skip to content

Commit

Permalink
fix request external storage permission error on android Q
Browse files Browse the repository at this point in the history
fix okhttp ssl factory error on android q
  • Loading branch information
AlexLiuSheng committed Apr 13, 2020
1 parent c3b66b3 commit 70b6eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ allprojects {
```
#### appcompat
```
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.3.3.1_appcompat'
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.3.2_appcompat'
```
#### jitpack && androiud x
```
dependencies {
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.3'
implementation 'com.github.AlexLiuSheng:CheckVersionLib:2.2.4'
}
```

Expand Down

0 comments on commit 70b6eae

Please sign in to comment.