refactor: clean up style and redundancy (#3232)

* refactor: clean up redundancy

* refactor: no need for both setApkFile and setApkFileName
This commit is contained in:
Igor Eisberg
2023-07-30 01:56:27 +03:00
committed by GitHub
parent ce180dce87
commit 33ca2929c9
32 changed files with 349 additions and 446 deletions

View File

@ -29,8 +29,7 @@ import brut.util.AaptManager;
import brut.util.OSDetection;
import org.apache.commons.cli.*;
import java.io.File;
import java.io.IOException;
import java.io.*;
import java.util.logging.*;
/**