Fix unable to patch images when app is hidden

This commit is contained in:
topjohnwu
2021-02-07 06:42:06 -08:00
parent f37e8f4ca8
commit e7350d5041
2 changed files with 64 additions and 54 deletions

View File

@@ -207,7 +207,7 @@ dependencies {
implementation("io.noties.markwon:image:${vMarkwon}")
implementation("com.caverock:androidsvg:1.4")
val vLibsu = "3.1.0"
val vLibsu = "3.1.1"
implementation("com.github.topjohnwu.libsu:core:${vLibsu}")
implementation("com.github.topjohnwu.libsu:io:${vLibsu}")