Skip to content

Commit 8674f55

Browse files
build(deps): bump androidx.webkit:webkit from 1.12.1 to 1.15.0
Bumps androidx.webkit:webkit from 1.12.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.webkit:webkit dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fff273 commit 8674f55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/codeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150

151151
//hilt dependency injection
152152
implementation(Libs.hilt)
153-
implementation("androidx.webkit:webkit:1.13.0")
153+
implementation("androidx.webkit:webkit:1.15.0")
154154
kapt(Libs.hilt_android_compiler)
155155
kapt(Libs.hilt_compiler)
156156
androidTestImplementation(Libs.hilt)

apps/flipchatApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dependencies {
156156

157157
//hilt dependency injection
158158
implementation(Libs.hilt)
159-
implementation("androidx.webkit:webkit:1.12.1")
159+
implementation("androidx.webkit:webkit:1.15.0")
160160
kapt(Libs.hilt_android_compiler)
161161
kapt(Libs.hilt_compiler)
162162

0 commit comments

Comments
 (0)