From 84d351e40ba099809d1b492d9b29969d08be3237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:12:11 +0000 Subject: [PATCH] build(deps): bump androidx.webkit:webkit from 1.14.0 to 1.15.0 in /app Bumps androidx.webkit:webkit from 1.14.0 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.webkit:webkit dependency-version: 1.15.0 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 6878421..b7ca259 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:2.2.1" implementation "androidx.coordinatorlayout:coordinatorlayout:1.3.0" implementation("com.google.android.material:material:1.13.0") - implementation 'androidx.webkit:webkit:1.14.0' + implementation 'androidx.webkit:webkit:1.15.0' 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"