mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
fix: don't use deprecated property "doNotCompress"
This commit is contained in:
parent
335d51c0f6
commit
258fb82fe2
@ -601,7 +601,7 @@ final public class AndrolibResources {
|
||||
throws AndrolibException {
|
||||
|
||||
try {
|
||||
ZipUtils.zipFolders(rawDir, apkFile, assetDir, apkOptions.doNotCompress);
|
||||
ZipUtils.zipFolders(rawDir, apkFile, assetDir, apkOptions.noCompressAssets);
|
||||
} catch (IOException | BrutException ex) {
|
||||
throw new AndrolibException(ex);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user