mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-07 05:06:59 +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());
|
throw new AndrolibException(ex.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
LOGGER.info("Built apk...");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void buildManifestFile(File appDir, File manifest, File manifestOriginal)
|
private void buildManifestFile(File appDir, File manifest, File manifestOriginal)
|
||||||
|
Loading…
Reference in New Issue
Block a user