Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Apr 9, 2019
1 parent ee4c533 commit 1f7c9a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions smalivm/build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {

dependencies {
// Object cloning
compile 'uk.com.robust-it:cloning:1.9.10'
compile 'uk.com.robust-it:cloning:1.9.12'

// Easy method reflection
compile 'commons-beanutils:commons-beanutils:1.9.3'
Expand All @@ -25,9 +25,9 @@ dependencies {
compile depends.slf4j_api

// Parsing and writing dex files
compile group: 'org.smali', name: 'dexlib2', version: '2.2.5'
compile group: 'org.smali', name: 'smali', version: '2.2.5'
compile group: 'org.smali', name: 'baksmali', version: '2.2.5'
compile group: 'org.smali', name: 'dexlib2', version: '2.2.7'
compile group: 'org.smali', name: 'smali', version: '2.2.7'
compile group: 'org.smali', name: 'baksmali', version: '2.2.7'

// For dynamic java.lang.Class generation
compile group: 'org.ow2.asm', name: 'asm', version: '6.2.1'
Expand Down

0 comments on commit 1f7c9a5

Please sign in to comment.