mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 06:59:24 +01:00
Revert "options: deprecate "doNotCompress", introduce "noCompressAssets""
This reverts commit cb6b6dfda8
.
This commit is contained in:
parent
d755724ed8
commit
6554881606
@ -28,10 +28,7 @@ public class ApkOptions {
|
||||
public boolean isFramework = false;
|
||||
public boolean resourcesAreCompressed = false;
|
||||
public boolean useAapt2 = false;
|
||||
|
||||
@Deprecated
|
||||
public Collection<String> doNotCompress;
|
||||
public Collection<String> noCompressAssets;
|
||||
|
||||
public String frameworkFolderLocation = null;
|
||||
public String frameworkTag = null;
|
||||
|
@ -37,10 +37,7 @@ public class MetaInfo {
|
||||
public boolean sharedLibrary;
|
||||
public boolean sparseResources;
|
||||
public Map<String, String> unknownFiles;
|
||||
|
||||
@Deprecated
|
||||
public Collection<String> doNotCompress;
|
||||
public Collection<String> noCompressAssets;
|
||||
|
||||
private static Yaml getYaml() {
|
||||
DumperOptions options = new DumperOptions();
|
||||
|
Loading…
Reference in New Issue
Block a user