mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
Revert "options: deprecate "doNotCompress", introduce "noCompressAssets""
This reverts commit cb6b6dfda813c377b4406b12a8b78fbb79afdda5.
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…
x
Reference in New Issue
Block a user