mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
style: output "built apk" when task is completed
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user