Update okhttp to 4.12.0
This commit is contained in:
parent
cba160bc8f
commit
520074521e
4 changed files with 1 additions and 3 deletions
|
@ -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"))
|
||||
|
||||
/**
|
||||
|
|
|
@ -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.
BIN
libs/dav4jvm/okhttp-4.12.0.jar
Normal file
BIN
libs/dav4jvm/okhttp-4.12.0.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue