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:
David Estes
2020-07-01 22:19:35 -04:00
parent 3efc0e5530
commit dc457700a1

View File

@@ -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'