mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-12 13:06:02 +01: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>
|
||||
<descriptor>src/main/assembly/jar-with-deps.xml</descriptor>
|
||||
</descriptors>
|
||||
<archive>soc
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>brut.apktool.Main</mainClass>
|
||||
</manifest>
|
||||
|
@ -44,7 +44,7 @@ public class SmaliDecoder {
|
||||
baksmali.disassembleDexFile(mApkFile.getAbsolutePath(),
|
||||
new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null,
|
||||
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) {
|
||||
throw new AndrolibException(ex);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user