mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
+Androlib.getVersion()
This commit is contained in:
parent
ce9c6304af
commit
c57b79ff27
@ -326,6 +326,10 @@ public class Androlib {
|
||||
}
|
||||
}
|
||||
|
||||
public static String getVersion() {
|
||||
return VERSION;
|
||||
}
|
||||
|
||||
private boolean isModified(File working, File stored) {
|
||||
if (! stored.exists()) {
|
||||
return true;
|
||||
@ -362,4 +366,5 @@ public class Androlib {
|
||||
new String[]{"resources.arsc", "AndroidManifest.xml", "res"};
|
||||
private final static String[] APP_RESOURCES_FILENAMES =
|
||||
new String[]{"AndroidManifest.xml", "res"};
|
||||
private final static String VERSION = "1.1.1";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user