From 9d7b6e314f34094ce37df86ca60850437387df56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:42:47 +0000 Subject: [PATCH] chore(deps): bump androidx.webkit:webkit from 1.11.0 to 1.12.1 in /app Bumps androidx.webkit:webkit from 1.11.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 753306b..042cf69 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,7 +108,7 @@ dependencies { implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation 'com.google.android.material:material:1.12.0' implementation "com.leinardi.android:speed-dial:3.3.0" - implementation 'androidx.webkit:webkit:1.11.0' + implementation 'androidx.webkit:webkit:1.12.1' implementation "com.github.topjohnwu.libsu:core:5.3.0" implementation "com.github.topjohnwu.libsu:service:5.3.0" implementation "dev.rikka.shizuku:api:13.1.5"