From 979f47e22dfc078b8c120e436368f7d849303918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:19:35 +0000 Subject: [PATCH] Bump libsuVersion from 5.2.0 to 5.2.2 Bumps `libsuVersion` from 5.2.0 to 5.2.2. Updates `com.github.topjohnwu.libsu:core` from 5.2.0 to 5.2.2 Updates `com.github.topjohnwu.libsu:service` from 5.2.0 to 5.2.2 --- updated-dependencies: - dependency-name: com.github.topjohnwu.libsu:core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.topjohnwu.libsu:service dependency-type: direct:production update-type: version-update:semver-patch ... 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 7698e9e..5f26810 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,7 @@ dependencies { implementation 'androidx.navigation:navigation-compose:2.7.6' //Root - def libsuVersion = '5.2.0' + def libsuVersion = '5.2.2' implementation "com.github.topjohnwu.libsu:core:$libsuVersion" implementation "com.github.topjohnwu.libsu:service:$libsuVersion"