mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 11:05: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 {
|
throws AndrolibException {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ZipUtils.zipFolders(rawDir, apkFile, assetDir, apkOptions.doNotCompress);
|
ZipUtils.zipFolders(rawDir, apkFile, assetDir, apkOptions.noCompressAssets);
|
||||||
} catch (IOException | BrutException ex) {
|
} catch (IOException | BrutException ex) {
|
||||||
throw new AndrolibException(ex);
|
throw new AndrolibException(ex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user