mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
[skip] during info message, don't show apk build dir
This commit is contained in:
parent
20504d1338
commit
e281f81546
@ -257,7 +257,7 @@ public class Androlib {
|
||||
|
||||
public void build(ExtFile appDir, File outFile)
|
||||
throws BrutException {
|
||||
LOGGER.info("Using Apktool " + Androlib.getVersion() + " on " + appDir.getName());
|
||||
LOGGER.info("Using Apktool " + Androlib.getVersion());
|
||||
|
||||
Map<String, Object> meta = readMetaFile(appDir);
|
||||
Object t1 = meta.get("isFrameworkApk");
|
||||
|
Loading…
Reference in New Issue
Block a user