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}")

View File

@ -24,7 +24,7 @@ tasks.withType<KotlinCompile> {
}
dependencies {
implementation(kotlin("gradle-plugin", "1.7.21"))
implementation(kotlin("gradle-plugin", "1.8.0"))
implementation("com.android.tools.build:gradle:7.3.1")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.7")