Revert "options: deprecate "doNotCompress", introduce "noCompressAssets""

This reverts commit cb6b6dfda8.
This commit is contained in:
Connor Tumbleson 2018-04-06 14:59:10 -04:00
parent d755724ed8
commit 6554881606
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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();