fix: v2.6.0 not v1.6.0

This commit is contained in:
Connor Tumbleson 2020-11-28 21:15:30 -05:00
parent c5bc9c3346
commit 2d41305998
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75
1 changed files with 1 additions and 1 deletions

View File

@ -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());