style: output "built apk" when task is completed

This commit is contained in:
Connor Tumbleson 2018-04-06 14:03:42 -04:00
parent 25a164dd10
commit 041659c43f

View File

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