From 6bee50b2e87e55c72259ef3de30ab2c70f067f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:12:02 +0200 Subject: [PATCH] Bump androidx.webkit:webkit from 1.6.0 to 1.6.1 (#502) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sample-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-app/build.gradle.kts b/sample-app/build.gradle.kts index 3d4f9dd61..b2a502d85 100644 --- a/sample-app/build.gradle.kts +++ b/sample-app/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2") implementation("androidx.appcompat:appcompat:1.6.1") - implementation("androidx.webkit:webkit:1.6.0") + implementation("androidx.webkit:webkit:1.6.1") implementation("androidx.browser:browser:1.5.0") implementation("com.google.android.material:material:1.5.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")