Skip to content

Commit

Permalink
Properly support streamable input
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed May 26, 2023
1 parent 659b9c6 commit 5b8b48c
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 178 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
implementation("dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.1")
implementation("io.noties.markwon:core:4.6.2")

val vLibsu = "5.0.5"
val vLibsu = "5.1.0"
implementation("com.github.topjohnwu.libsu:core:${vLibsu}")
implementation("com.github.topjohnwu.libsu:service:${vLibsu}")
implementation("com.github.topjohnwu.libsu:nio:${vLibsu}")
Expand Down
Loading

0 comments on commit 5b8b48c

Please sign in to comment.