Commit e38f35ea authored by topjohnwu's avatar topjohnwu

Update libsu

Fix #6488
parent cb395147
...@@ -79,7 +79,7 @@ dependencies { ...@@ -79,7 +79,7 @@ dependencies {
implementation("dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.1") implementation("dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.1")
implementation("io.noties.markwon:core:4.6.2") 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:core:${vLibsu}")
implementation("com.github.topjohnwu.libsu:service:${vLibsu}") implementation("com.github.topjohnwu.libsu:service:${vLibsu}")
implementation("com.github.topjohnwu.libsu:nio:${vLibsu}") implementation("com.github.topjohnwu.libsu:nio:${vLibsu}")
......
...@@ -24,7 +24,7 @@ tasks.withType<KotlinCompile> { ...@@ -24,7 +24,7 @@ tasks.withType<KotlinCompile> {
} }
dependencies { 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("com.android.tools.build:gradle:7.3.1")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3") implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.7") implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.7")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment