mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-13 07:59:24 +01: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);
|
||||
|
||||
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) {
|
||||
System.err.println(ex.getMessage());
|
||||
|
Loading…
Reference in New Issue
Block a user