From 902b033780d12a23a5bd855179553303a40d4fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 08:32:56 +0000 Subject: [PATCH] Bump androidx.webkit:webkit from 1.11.0 to 1.12.1 Bumps androidx.webkit:webkit from 1.11.0 to 1.12.1. --- updated-dependencies: - dependency-name: androidx.webkit:webkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4cfa4c509..d24b42ea3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.webkit:webkit:1.11.0' + implementation 'androidx.webkit:webkit:1.14.0' implementation 'com.google.android.material:material:1.12.0' implementation 'org.jsoup:jsoup:1.18.1' implementation "com.mikepenz:aboutlibraries-core:11.2.3"