update dx library and dependencies
This commit is contained in:
+2
-1
@@ -32,13 +32,14 @@ subprojects {
|
||||
|
||||
testCompile 'ch.qos.logback:logback-classic:1.1.2'
|
||||
testCompile 'junit:junit:4.11'
|
||||
testCompile 'org.mockito:mockito-core:1.9.5'
|
||||
testCompile 'org.mockito:mockito-core:1.10.10'
|
||||
testCompile 'org.spockframework:spock-core:0.7-groovy-2.0'
|
||||
testCompile 'cglib:cglib-nodep:3.1'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
|
||||
@@ -3,7 +3,7 @@ ext.jadxClasspath = 'clsp-data/android-4.3.jar'
|
||||
dependencies {
|
||||
runtime files(jadxClasspath)
|
||||
|
||||
compile files('lib/dx-1.8.jar')
|
||||
compile files('lib/dx-1.10.jar')
|
||||
compile 'org.ow2.asm:asm:5.0.3'
|
||||
compile 'com.intellij:annotations:12.0'
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -6,7 +6,7 @@ dependencies {
|
||||
compile(project(":jadx-core"))
|
||||
compile(project(":jadx-cli"))
|
||||
compile 'com.fifesoft:rsyntaxtextarea:2.5.0'
|
||||
compile 'com.google.code.gson:gson:2.2.4'
|
||||
compile 'com.google.code.gson:gson:2.3'
|
||||
}
|
||||
|
||||
applicationDistribution.with {
|
||||
|
||||
Reference in New Issue
Block a user