Add support for setting up a proxy for reqwest.

This commit is contained in:
Kavin 2023-07-04 19:14:37 +01:00
parent ab3bf4ec98
commit 7b1dd45bf9
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
4 changed files with 8 additions and 12 deletions

View file

@ -40,7 +40,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:okhttp-brotli'
implementation 'io.sentry:sentry:6.25.0'
implementation 'rocks.kavin:reqwest4j:1.0.5'
implementation 'rocks.kavin:reqwest4j:1.0.6'
implementation 'io.minio:minio:8.5.4'
}