From 619e7fb8fc7aadcdd670c4aa84d907cc5aea6a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 04:20:50 +0000 Subject: [PATCH] Bump androidx.webkit:webkit from 1.7.0 to 1.12.1 Bumps androidx.webkit:webkit from 1.7.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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d80004e9..a7810c5a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -159,7 +159,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.fragment:fragment-ktx:1.6.0' - implementation 'androidx.webkit:webkit:1.7.0' + implementation 'androidx.webkit:webkit:1.12.1' implementation 'com.google.android.material:material:1.9.0' implementation 'net.i2p.android.ext:floatingactionbutton:1.10.1'