feat: Use apkzlib instead of own implementations and bump ReVanced Patcher

BREAKING CHANGE: This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes, `apkzlib` is now used instead of own implementations of `ZipFile`
This commit is contained in:
oSumAtrIX
2024-02-11 21:40:16 +01:00
parent c664a6eaed
commit 3aa6dc223a
12 changed files with 173 additions and 719 deletions

3
.editorconfig Normal file
View File

@@ -0,0 +1,3 @@
[*.{kt,kts}]
ktlint_code_style = intellij_idea
ktlint_standard_no-wildcard-imports = disabled