mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 18:45:58 +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) {
|
private boolean isModified(File working, File stored) {
|
||||||
if (! stored.exists()) {
|
if (! stored.exists()) {
|
||||||
return true;
|
return true;
|
||||||
@ -362,4 +366,5 @@ public class Androlib {
|
|||||||
new String[]{"resources.arsc", "AndroidManifest.xml", "res"};
|
new String[]{"resources.arsc", "AndroidManifest.xml", "res"};
|
||||||
private final static String[] APP_RESOURCES_FILENAMES =
|
private final static String[] APP_RESOURCES_FILENAMES =
|
||||||
new String[]{"AndroidManifest.xml", "res"};
|
new String[]{"AndroidManifest.xml", "res"};
|
||||||
|
private final static String VERSION = "1.1.1";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user