We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4afd71d + 81df62b commit b7c1f3dCopy full SHA for b7c1f3d
1 file changed
android/build.gradle
@@ -138,7 +138,7 @@ dependencies {
138
implementation project(":react-native-nitro-modules")
139
140
// Add a dependency on NitroFS
141
- var ktor_version = "3.1.3"
+ var ktor_version = "3.2.2"
142
implementation("io.ktor:ktor-client-core:$ktor_version")
143
implementation("io.ktor:ktor-client-okhttp:$ktor_version")
144
}
0 commit comments