Add compress to CBZ on download (#6360)

This commit is contained in:
Seishirou101
2022-01-01 19:22:35 +00:00
committed by arkon
parent 22615f5981
commit 5336c5b46e
9 changed files with 78 additions and 6 deletions

View File

@@ -8,4 +8,4 @@ package eu.kanade.tachiyomi
object AppInfo {
fun getVersionCode() = BuildConfig.VERSION_CODE
fun getVersionName() = BuildConfig.VERSION_NAME
}
}