Fix R8 compilation problem

This commit is contained in:
davidoskky committed 2023-09-12 00:25:14 +02:00
1 parent baca7cffed
commit b59b1abc6d
3 files changed
+4 -3

No files matched your search

+1 -1
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")