Skip to content

Commit

Permalink
Update ARSCLib to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed May 1, 2024
1 parent f25f4ae commit da6be11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified libs/ARSCLib.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/reandroid/apkeditor/merge/Merger.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private void sanitizeManifest(ApkModule apkModule) {
}
logMessage("Removed-element : <" + meta.getName() + "> name=\""
+ AndroidManifestHelper.getNamedValue(meta) + "\"");
application.removeElement(meta);
application.remove(meta);
}
manifest.refresh();
}
Expand Down

0 comments on commit da6be11

Please sign in to comment.