mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 19:16:09 +01:00
remove hardcoded seperator char
This commit is contained in:
parent
bd9dce78b4
commit
27922bdb81
@ -295,7 +295,7 @@ final public class AndrolibResources {
|
|||||||
// Remove versionName / versionCode (aapt API 16)
|
// Remove versionName / versionCode (aapt API 16)
|
||||||
if (resTable.getAnalysisMode() == false) {
|
if (resTable.getAnalysisMode() == false) {
|
||||||
remove_manifest_versions(outDir.getAbsolutePath()
|
remove_manifest_versions(outDir.getAbsolutePath()
|
||||||
+ File.separator + "/AndroidManifest.xml");
|
+ File.separator + "AndroidManifest.xml");
|
||||||
}
|
}
|
||||||
if (inApk.containsDir("res")) {
|
if (inApk.containsDir("res")) {
|
||||||
in = inApk.getDir("res");
|
in = inApk.getDir("res");
|
||||||
|
Loading…
Reference in New Issue
Block a user