Merge pull request #114 from allight/master

Replace jadx-core/lib/dx-1.10.jar with recent AOSP dx.jar
This commit is contained in:
skylot
2018-01-02 15:08:21 +03:00
committed by GitHub
4 changed files with 1 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
before_install:
- chmod +x gradlew
+1 -1
View File
@@ -3,7 +3,7 @@ ext.jadxClasspath = 'clsp-data/android-5.1.jar'
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.