mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 05:27:36 +02:00
fixes #439
Extends ZipFile using apache commons compress ZipFile, to have finer control over the header allowing some parts to be ignored, ex: the general access bit
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
*/
|
||||
|
||||
dependencies {
|
||||
compile project(':brut.j.dir')
|
||||
compile 'com.google.code.findbugs:jsr305:1.3.9'
|
||||
compile 'com.google.collections:google-collections:1.0'
|
||||
}
|
Reference in New Issue
Block a user