From 4ce9f5f80c1e3a7f4c80e4ed054fd7d30c522130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 05:06:25 +0000 Subject: [PATCH] Bump androidx.webkit:webkit from 1.6.0 to 1.6.1 in /app Bumps androidx.webkit:webkit from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.webkit:webkit dependency-type: direct:production update-type: version-update:semver-patch ... 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 02699427d..358625872 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -162,7 +162,7 @@ dependencies { implementation('androidx.constraintlayout:constraintlayout:2.1.4') implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0') implementation('androidx.viewpager2:viewpager2:1.0.0') - implementation('androidx.webkit:webkit:1.6.0') + implementation('androidx.webkit:webkit:1.6.1') //google implementation('com.google.android.material:material:1.8.0')