Merge pull request #541 from TeamPiped/reqwest4j-update

Update reqwest4j to fix vm panics
This commit is contained in:
Kavin 2023-03-04 04:18:36 +00:00 committed by GitHub
commit aa4e67bc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:okhttp-brotli'
implementation 'io.sentry:sentry:6.14.0'
implementation 'rocks.kavin:reqwest4j:1.0'
implementation 'rocks.kavin:reqwest4j:1.0.1'
implementation 'io.minio:minio:8.5.2'
}