mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
fixes issue #67 - only compresses resources.arsc if original apk had compressoin
This commit is contained in:
@ -33,7 +33,7 @@ import org.xml.sax.SAXException;
|
||||
public class BuildAndDecodeTest {
|
||||
|
||||
@BeforeClass
|
||||
public static void beforeClass() throws BrutException {
|
||||
public static void beforeClass() throws BrutException, IOException {
|
||||
sTmpDir = new ExtFile(OS.createTempDirectory());
|
||||
sTestOrigDir = new ExtFile(sTmpDir, "testapp-orig");
|
||||
sTestNewDir = new ExtFile(sTmpDir, "testapp-new");
|
||||
|
Reference in New Issue
Block a user