From 1e034e3e0e4aaf8716d77746faf5781e5af8e12e Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 3 Sep 2023 23:41:17 -0700 Subject: [PATCH] Update libsu --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f59177e1c..2fa3bb8dc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -80,7 +80,7 @@ dependencies { implementation("dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.2") implementation("io.noties.markwon:core:4.6.2") - val vLibsu = "5.2.0" + val vLibsu = "5.2.1" implementation("com.github.topjohnwu.libsu:core:${vLibsu}") implementation("com.github.topjohnwu.libsu:service:${vLibsu}") implementation("com.github.topjohnwu.libsu:nio:${vLibsu}")