Skip to content

Commit b7c1f3d

Browse files
authored
Merge pull request #49 from patrickkabwe/dependabot/gradle/android/ktor_version-3.2.2
chore(deps): bump ktor_version from 3.1.3 to 3.2.2 in /android
2 parents 4afd71d + 81df62b commit b7c1f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dependencies {
138138
implementation project(":react-native-nitro-modules")
139139

140140
// Add a dependency on NitroFS
141-
var ktor_version = "3.1.3"
141+
var ktor_version = "3.2.2"
142142
implementation("io.ktor:ktor-client-core:$ktor_version")
143143
implementation("io.ktor:ktor-client-okhttp:$ktor_version")
144144
}

0 commit comments

Comments
 (0)