Apktool/brut.apktool/apktool-lib
IgorEisberg 1472b50541 fix: pass opcodes=null for baksmali to auto-determine by dex version
When DexBackedDexFile gets opcodes==null, it calls getDefaultOpcodes(dexVersion) which returns the appropriate opcodes for the given dex version. No hints are required for baksmali, but only needed for smali.
https://github.com/JesusFreke/smali/blob/master/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/DexBackedDexFile.java#L83
2021-07-03 23:05:04 +03:00
..
src fix: pass opcodes=null for baksmali to auto-determine by dex version 2021-07-03 23:05:04 +03:00
build.gradle Merge branch 'master' into gradle7 2021-07-01 11:12:17 +08:00