From 6947327bb7b24faf9c6b14b8090156bf8c1dc8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:11:07 +0000 Subject: [PATCH] Bump com.github.topjohnwu.libsu:core from 5.2.2 to 6.0.0 Bumps com.github.topjohnwu.libsu:core from 5.2.2 to 6.0.0. --- updated-dependencies: - dependency-name: com.github.topjohnwu.libsu:core dependency-type: direct:production update-type: version-update:semver-major ... 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 c60070b..ac61bf6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'com.github.hzy3774:AndroidP7zip:1.7.2' implementation 'com.github.tiann:FreeReflection:3.2.0' - implementation "com.github.topjohnwu.libsu:core:5.2.2" + implementation "com.github.topjohnwu.libsu:core:6.0.0" implementation 'org.jdeferred:jdeferred-android-aar:1.2.6' annotationProcessor 'androidx.annotation:annotation:1.8.0' }