get actual art version

This commit is contained in:
Julian Dolby 2017-08-09 17:33:41 -04:00
parent ecdb599674
commit 7e8e499f04
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ public class DexIMethod implements IBytecodeMethod<Instruction> {
Collections.<String>emptyList(),
m.getDexFile());
ClassPath cp = new ClassPath(path.getResolvedClassProviders(), false, 56);
ClassPath cp = new ClassPath(path.getResolvedClassProviders(), false, m.getDexFile().getOpcodes().artVersion);
MethodAnalyzer analyzer = new MethodAnalyzer(cp, eMethod, null, false);