[skip] during info message, don't show apk build dir

This commit is contained in:
Connor Tumbleson 2015-01-19 07:25:21 -06:00
parent 20504d1338
commit e281f81546

View File

@ -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");