From 1bf827721b799955b98b9ee372cc184e2bd20ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 13:35:09 +0300 Subject: [PATCH] Bump webkit from 1.4.0 to 1.5.0 (#340) Bumps webkit from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.webkit:webkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 dd3ea7deb..f2faef661 100644 --- a/sample-app/build.gradle.kts +++ b/sample-app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6") implementation("androidx.appcompat:appcompat:1.5.0") - implementation("androidx.webkit:webkit:1.4.0") + implementation("androidx.webkit:webkit:1.5.0") implementation("androidx.browser:browser:1.4.0") implementation("com.google.android.material:material:1.5.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")