mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
style: output "built apk" when task is completed
This commit is contained in:
parent
25a164dd10
commit
041659c43f
@ -307,6 +307,7 @@ public class Androlib {
|
||||
throw new AndrolibException(ex.getMessage());
|
||||
}
|
||||
}
|
||||
LOGGER.info("Built apk...");
|
||||
}
|
||||
|
||||
private void buildManifestFile(File appDir, File manifest, File manifestOriginal)
|
||||
|
Loading…
Reference in New Issue
Block a user