reqwest4j is now async first

This commit is contained in:
Kavin 2023-06-30 14:13:16 +01:00
parent 02765fd33e
commit 990388f0d4
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
11 changed files with 125 additions and 125 deletions

View file

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