Update libsu

Fix #6488
This commit is contained in:
topjohnwu
2023-01-09 03:16:11 +08:00
parent cb39514705
commit e38f35eab2
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ dependencies {
implementation("dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.1")
implementation("io.noties.markwon:core:4.6.2")
val vLibsu = "5.0.3"
val vLibsu = "5.0.4"
implementation("com.github.topjohnwu.libsu:core:${vLibsu}")
implementation("com.github.topjohnwu.libsu:service:${vLibsu}")
implementation("com.github.topjohnwu.libsu:nio:${vLibsu}")