mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-18 10:29:26 +01:00
aapt2: remove unneeded newline
This commit is contained in:
parent
8de1354007
commit
9e5df69d17
@ -55,7 +55,6 @@ public class UnknownCompressionTest {
|
||||
ExtFile clientApkFolder = new ExtFile(sOriginalFile.getAbsolutePath() + ".out");
|
||||
new Androlib(apkOptions).build(clientApkFolder, null);
|
||||
sBuiltFile = new ExtFile(clientApkFolder, "dist" + File.separator + apk);
|
||||
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
Loading…
Reference in New Issue
Block a user