Skip to content

Commit

Permalink
Update dexlib to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Jan 16, 2016
1 parent 556089d commit 624775b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions smalivm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 624775b

Please sign in to comment.