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:
arkon
2023-05-07 12:03:58 -04:00
parent d36cf5ce15
commit 6f59c6c6bb
5 changed files with 44 additions and 60 deletions

View File

@@ -210,7 +210,6 @@ dependencies {
// Disk
implementation(libs.disklrucache)
implementation(libs.unifile)
implementation(libs.compress)
implementation(libs.junrar)
// Preferences