mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-20 14:47:06 +02:00
went back to using DIFFPRE, as it was merged into brut.apktool.smali
This commit is contained in:
parent
8c93331ab6
commit
546eabcb3a
@ -26,7 +26,7 @@
|
|||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/main/assembly/jar-with-deps.xml</descriptor>
|
<descriptor>src/main/assembly/jar-with-deps.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
<archive>soc
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
<mainClass>brut.apktool.Main</mainClass>
|
<mainClass>brut.apktool.Main</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -44,7 +44,7 @@ public class SmaliDecoder {
|
|||||||
baksmali.disassembleDexFile(mApkFile.getAbsolutePath(),
|
baksmali.disassembleDexFile(mApkFile.getAbsolutePath(),
|
||||||
new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null,
|
new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null,
|
||||||
null, null, false, true, true, true, false, false,
|
null, null, false, true, true, true, false, false,
|
||||||
mDebug ? main.FULLMERGE : 0, false, false, null);
|
mDebug ? main.DIFFPRE : 0, false, false, null);
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
throw new AndrolibException(ex);
|
throw new AndrolibException(ex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user