Fix R8 compilation problem
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-07-15 12:51:59 +02:00
parent b793301706
commit 3646658cb1
4 changed files with 7 additions and 6 deletions

View File

@ -61,7 +61,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("io.ktor:ktor-client-okhttp:2.2.4")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")