From 92261c47e2029ed773b16c0b91b087fc8d52e77d Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Sat, 2 Sep 2023 16:44:08 -0700 Subject: [PATCH] [Feature] Try libsu 5.0.4. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d1d4215d0..993d370c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -103,7 +103,7 @@ repositories { dependencies { implementation 'com.github.chrisbanes:PhotoView:2.3.0' releaseImplementation 'com.github.mypplication:stetho-noop:1.1' - implementation 'com.github.topjohnwu.libsu:service:5.0.3' + implementation 'com.github.topjohnwu.libsu:service:5.0.4' } dependencies {