From 80c85b3bb9d522a1f78c579b9bfd55757018183f Mon Sep 17 00:00:00 2001 From: tiann Date: Fri, 21 Apr 2023 14:34:40 +0800 Subject: [PATCH] manager: update libsu to make it work in work profile standalone! --- manager/app/build.gradle.kts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/manager/app/build.gradle.kts b/manager/app/build.gradle.kts index d92e22ae..8e8eaf01 100644 --- a/manager/app/build.gradle.kts +++ b/manager/app/build.gradle.kts @@ -81,9 +81,11 @@ dependencies { implementation("io.coil-kt:coil-compose:2.3.0") implementation("me.zhanghai.android.appiconloader:appiconloader-coil:1.5.0") - val libsuVersion = "5.0.4" - implementation("com.github.topjohnwu.libsu:core:$libsuVersion") - implementation("com.github.topjohnwu.libsu:service:$libsuVersion") + val libsuVersion = "5.0.5" + // change to official build(com.github.topjohnwu.libsu) when this pr is merged: + // https://github.com/topjohnwu/libsu/pull/151 + implementation("com.github.tiann.libsu:core:$libsuVersion") + implementation("com.github.tiann.libsu:service:$libsuVersion") implementation("dev.rikka.rikkax.parcelablelist:parcelablelist:2.0.0") implementation("com.github.alorma:compose-settings-ui-m3:0.22.0")