mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 01:07:34 +01:00
Androlib::getVersion() : read version from apktool.properties ."
This commit is contained in:
parent
84a0972526
commit
e0a0769704
@ -375,7 +375,7 @@ public class Androlib {
|
||||
}
|
||||
|
||||
public static String getVersion() {
|
||||
return VERSION;
|
||||
return ApktoolProperties.get("aversion");
|
||||
}
|
||||
|
||||
private File[] parseUsesFramework(Map<String, Object> usesFramework)
|
||||
@ -436,5 +436,4 @@ public class Androlib {
|
||||
new String[]{"resources.arsc", "AndroidManifest.xml"};
|
||||
private final static String[] APP_RESOURCES_FILENAMES =
|
||||
new String[]{"AndroidManifest.xml", "res"};
|
||||
private final static String VERSION = "1.3.2";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user