From 624775b8bf87562a862e4cef81117325fb284111 Mon Sep 17 00:00:00 2001 From: Caleb Fenton Date: Fri, 15 Jan 2016 22:08:26 -0800 Subject: [PATCH] Update dexlib to 2.1.1 --- smalivm/build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/smalivm/build.gradle b/smalivm/build.gradle index 7f2380170..199f23909 100644 --- a/smalivm/build.gradle +++ b/smalivm/build.gradle @@ -25,14 +25,16 @@ dependencies { compile depends.slf4j_api // Parsing and writing dex files - compile 'org.smali:dexlib2:2.1.0' - compile 'org.smali:smali:2.1.0' - compile 'org.smali:baksmali:2.1.0' + compile 'org.smali:dexlib2:2.1.1' + compile 'org.smali:smali:2.1.1' + compile 'org.smali:baksmali:2.1.1' //compile 'net.bytebuddy:byte-buddy:0.8.0' // Contains Android framework classes that should be reflected instead of virtually executed compile files('libs/android-local.jar') + + // Manually patched to allow for multiple fields of the same name but different types compile files('libs/byte-buddy-0.8-SNAPSHOT.jar') // Testing