update gradle wrapper and dependencies

This commit is contained in:
Skylot
2018-07-28 11:21:46 +03:00
parent 156e54c77f
commit 7e462e800f
5 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
plugins {
id 'com.github.ksoichiro.console.reporter' version '0.5.0'
id 'org.sonarqube' version '2.6.2'
id 'com.github.ben-manes.versions' version '0.17.0'
id 'com.github.ben-manes.versions' version '0.20.0'
}
ext.jadxVersion = file('version').readLines().get(0)
@@ -41,9 +41,9 @@ allprojects {
testCompile 'ch.qos.logback:logback-classic:1.2.3'
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'org.mockito:mockito-core:2.18.3'
testCompile 'org.mockito:mockito-core:2.20.1'
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
testCompile 'cglib:cglib-nodep:3.2.6'
testCompile 'cglib:cglib-nodep:3.2.7'
}
repositories {
Binary file not shown.
+1 -1
View File
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+2 -2
View File
@@ -9,8 +9,8 @@ dependencies {
compile 'org.jetbrains:annotations:16.0.2'
compile 'uk.com.robust-it:cloning:1.9.10'
testCompile 'org.smali:smali:2.2.3'
testCompile 'org.smali:baksmali:2.2.3'
testCompile 'org.smali:smali:2.2.4'
testCompile 'org.smali:baksmali:2.2.4'
testCompile 'org.apache.commons:commons-lang3:3.7'
}
+2 -2
View File
@@ -17,8 +17,8 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.7'
compile 'io.reactivex.rxjava2:rxjava:2.1.14'
compile "com.github.akarnokd:rxjava2-swing:0.2.13"
compile 'io.reactivex.rxjava2:rxjava:2.1.17'
compile "com.github.akarnokd:rxjava2-swing:0.2.16"
}
applicationDistribution.with {