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 84c328b commit c563dd6Copy full SHA for c563dd6
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 = "3.1.1"
+ def ktor_version = "3.1.2"
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