mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 06:04:25 +02:00
refactor: deprecations for 2.6.0 are now 3.0.0
* 2.6.0 -> 2.6.1 (fixes, quicker release) * 2.6.0 -> 3.0.0 (big picture, breaking change, slower release)
This commit is contained in:
parent
8bcab69f25
commit
5fa165a023
@ -50,7 +50,7 @@ public class Main {
|
|||||||
commandLine = parser.parse(allOptions, args, false);
|
commandLine = parser.parse(allOptions, args, false);
|
||||||
|
|
||||||
if (! OSDetection.is64Bit()) {
|
if (! OSDetection.is64Bit()) {
|
||||||
System.err.println("32 bit support is deprecated. Apktool will not support 32bit on v2.6.0.");
|
System.err.println("32 bit support is deprecated. Apktool will not support 32bit on v3.0.0.");
|
||||||
}
|
}
|
||||||
} catch (ParseException ex) {
|
} catch (ParseException ex) {
|
||||||
System.err.println(ex.getMessage());
|
System.err.println(ex.getMessage());
|
||||||
@ -223,7 +223,7 @@ public class Main {
|
|||||||
apkOptions.aaptPath = cli.getOptionValue("a");
|
apkOptions.aaptPath = cli.getOptionValue("a");
|
||||||
}
|
}
|
||||||
if (cli.hasOption("c") || cli.hasOption("copy-original")) {
|
if (cli.hasOption("c") || cli.hasOption("copy-original")) {
|
||||||
System.err.println("-c/--copy-original has been deprecated. Removal planned for v2.6.0 (#2129)");
|
System.err.println("-c/--copy-original has been deprecated. Removal planned for v3.0.0 (#2129)");
|
||||||
apkOptions.copyOriginalFiles = true;
|
apkOptions.copyOriginalFiles = true;
|
||||||
}
|
}
|
||||||
if (cli.hasOption("p") || cli.hasOption("frame-path")) {
|
if (cli.hasOption("p") || cli.hasOption("frame-path")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user