From a40e65c7544e033f77953c00c05a3e4f48f508db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:35:38 +0000 Subject: [PATCH] Build(deps): Bump webkit from 1.5.0 to 1.6.0 Bumps webkit from 1.5.0 to 1.6.0. --- 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 d3eb87fa8f..e85713ea42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -245,7 +245,7 @@ dependencies { implementation 'com.google.android.material:material:1.8.0' implementation 'com.jakewharton:disklrucache:2.0.2' implementation "androidx.appcompat:appcompat:$appCompatVersion" - implementation 'androidx.webkit:webkit:1.5.0' + implementation 'androidx.webkit:webkit:1.6.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.exifinterface:exifinterface:1.3.5' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"