mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
New aapt/aapt2 binaries (#2787)
* feat: new aapt1/aap2 binaries for mac (static) * feat: new aapt1/aapt2 binaries for unix/mac (static) * feat (aapt2): allow reserved pkgIds
This commit is contained in:
parent
fc28ac56ef
commit
b910df79dd
@ -429,6 +429,8 @@ final public class AndrolibResources {
|
||||
cmd.add("--no-version-transitions");
|
||||
cmd.add("--no-resource-deduping");
|
||||
|
||||
cmd.add("--allow-reserved-package-id");
|
||||
|
||||
if (mSparseResources) {
|
||||
cmd.add("--enable-sparse-encoding");
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user