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:
@@ -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.
Reference in New Issue
Block a user