mirror of
https://github.com/null2264/yokai.git
synced 2025-07-18 06:46:57 +00:00
Revert attempts to read archives to cache first
Issues: - Apache implementation relies on methods unavailable on lower Android API levels - Using input stream implementation doesn't seem to read some files properly, but using ZipFile implementation still requires reading the entire thing into memory
This commit is contained in:
parent
d36cf5ce15
commit
6f59c6c6bb
5 changed files with 44 additions and 60 deletions
|
@ -32,7 +32,6 @@ jsoup = "org.jsoup:jsoup:1.16.1"
|
|||
|
||||
disklrucache = "com.jakewharton:disklrucache:2.0.2"
|
||||
unifile = "com.github.tachiyomiorg:unifile:17bec43"
|
||||
compress = "org.apache.commons:commons-compress:1.23.0"
|
||||
junrar = "com.github.junrar:junrar:7.5.4"
|
||||
|
||||
sqlite-framework = { module = "androidx.sqlite:sqlite-framework", version.ref = "sqlite" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue