Update okhttp to 4.12.0

This commit is contained in:
Torsten Grote 2024-06-24 13:09:49 -03:00
parent cba160bc8f
commit 520074521e
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF
4 changed files with 1 additions and 3 deletions

View file

@ -159,13 +159,11 @@ dependencies {
* in the top-level `libs` folder to reflect that.
* You can copy these libraries from ~/.gradle/caches/modules-2/files-2.1
*/
// later versions than 2.1.1 require newer kotlin version
implementation(fileTree("${rootProject.rootDir}/libs/koin-android").include("*.jar"))
implementation(fileTree("${rootProject.rootDir}/libs/koin-android").include("*.aar"))
implementation(fileTree("${rootProject.rootDir}/libs").include("kotlin-bip39-jvm-1.0.6.jar"))
// dav4jvm - later versions of okhttp need kotlin > 1.9.0
implementation(fileTree("${rootProject.rootDir}/libs/dav4jvm").include("*.jar"))
/**

View file

@ -11,7 +11,7 @@ java_import {
java_import {
name: "seedvault-lib-okhttp",
jars: ["okhttp-4.11.0.jar"],
jars: ["okhttp-4.12.0.jar"],
sdk_version: "current",
}

Binary file not shown.

Binary file not shown.