We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf5b91 commit 5b43a86Copy full SHA for 5b43a86
app/build.gradle
@@ -59,7 +59,7 @@ dependencies {
59
implementation "androidx.camera:camera-lifecycle:$camerax_version"
60
implementation "androidx.camera:camera-view:$camerax_version"
61
62
- def ktor_version = "2.3.12"
+ def ktor_version = "3.0.0"
63
implementation "io.ktor:ktor-client-core:$ktor_version"
64
implementation "io.ktor:ktor-client-android:$ktor_version"
65
implementation "io.ktor:ktor-client-serialization:$ktor_version"
0 commit comments