updated asm to 5.2 to fix bugs in 5.0.2 on some occasional loads. This could be updated to 8 in the future perhaps. baby steps
This commit is contained in:
@@ -41,8 +41,8 @@ task wrapper(type: Wrapper) {
|
||||
dependencies {
|
||||
tools 'com.googlecode.jarjar:jarjar:1.3'
|
||||
|
||||
compile 'org.ow2.asm:asm:5.0.2'
|
||||
compile 'org.ow2.asm:asm-tree:5.0.2'
|
||||
compile 'org.ow2.asm:asm:5.2'
|
||||
compile 'org.ow2.asm:asm-tree:5.2'
|
||||
|
||||
testCompile 'junit:junit:4.11'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user