mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 14:14:25 +02:00
fix: deprecated is lowercase (#3481)
This commit is contained in:
parent
e56cb4f743
commit
85f8de87d2
@ -42,7 +42,7 @@ public class ApkInfo implements YamlSerializable {
|
||||
public Map<String, String> unknownFiles = new LinkedHashMap<>();
|
||||
public List<String> doNotCompress;
|
||||
|
||||
/** @Deprecated use {@link #resourcesAreCompressed} */
|
||||
/** @deprecated use {@link #resourcesAreCompressed} */
|
||||
public boolean compressionType;
|
||||
|
||||
public ApkInfo() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user