mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 22:24:25 +02:00
fix: v2.6.0 not v1.6.0
This commit is contained in:
parent
c5bc9c3346
commit
2d41305998
@ -54,7 +54,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 v1.6.0.");
|
System.err.println("32 bit support is deprecated. Apktool will not support 32bit on v2.6.0.");
|
||||||
}
|
}
|
||||||
} catch (ParseException ex) {
|
} catch (ParseException ex) {
|
||||||
System.err.println(ex.getMessage());
|
System.err.println(ex.getMessage());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user