Replace jadx-core/lib/dx-1.10.jar with recent AOSP dx.jar

Recently support has been added to AOSP for generating and running
version 037 dex files. In order to load these we update the dx.jar
with a recent version built from AOSP.
This commit is contained in:
Alex Light
2016-04-28 16:54:55 -07:00
parent b2f41e95bf
commit 796d02506a
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ apply plugin: "info.solidsoft.pitest"
dependencies {
runtime files(jadxClasspath)
compile files('lib/dx-1.10.jar')
compile files('lib/dx.jar')
compile 'commons-io:commons-io:2.4'
compile 'org.ow2.asm:asm:5.0.3'
compile 'com.intellij:annotations:12.0'
Binary file not shown.
Binary file not shown.