Commit 51a9c741 authored by Skylot's avatar Skylot

chore: update dependencies and gradle

parent bce86d32
plugins { plugins {
id 'org.sonarqube' version '2.7' id 'org.sonarqube' version '2.7'
id 'com.github.ben-manes.versions' version '0.20.0' id 'com.github.ben-manes.versions' version '0.21.0'
} }
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev" ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
...@@ -35,12 +35,12 @@ allprojects { ...@@ -35,12 +35,12 @@ allprojects {
} }
dependencies { dependencies {
compile 'org.slf4j:slf4j-api:1.7.25' compile 'org.slf4j:slf4j-api:1.7.26'
testCompile 'ch.qos.logback:logback-classic:1.2.3' testCompile 'ch.qos.logback:logback-classic:1.2.3'
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:2.1' testCompile 'org.hamcrest:hamcrest-library:2.1'
testCompile 'org.mockito:mockito-core:2.23.4' testCompile 'org.mockito:mockito-core:2.25.0'
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4' testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
} }
......
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
...@@ -5,13 +5,17 @@ dependencies { ...@@ -5,13 +5,17 @@ dependencies {
compile files('lib/dx-1.16.jar') compile files('lib/dx-1.16.jar')
compile 'commons-io:commons-io:2.6' compile 'commons-io:commons-io:2.6'
compile 'org.ow2.asm:asm:7.0' compile 'org.ow2.asm:asm:7.1'
compile 'org.jetbrains:annotations:16.0.3' compile 'org.jetbrains:annotations:17.0.0'
compile 'uk.com.robust-it:cloning:1.9.11' compile 'uk.com.robust-it:cloning:1.9.12'
testCompile 'org.smali:smali:2.2.5' testCompile 'org.smali:smali:2.2.6'
testCompile 'org.smali:baksmali:2.2.5' testCompile 'org.smali:baksmali:2.2.6'
testCompile 'org.apache.commons:commons-lang3:3.8.1' testCompile 'org.apache.commons:commons-lang3:3.8.1'
// update dependency in smali
testCompile 'com.google.guava:guava:27.1-jre'
testCompile 'com.beust:jcommander:1.74'
} }
plugins { plugins {
id 'edu.sc.seis.launch4j' version '2.4.4' id 'edu.sc.seis.launch4j' version '2.4.5'
id 'com.github.johnrengelman.shadow' version '4.0.3' id 'com.github.johnrengelman.shadow' version '5.0.0'
} }
apply plugin: 'application' apply plugin: 'application'
...@@ -13,7 +13,8 @@ targetCompatibility = JavaVersion.VERSION_1_8 ...@@ -13,7 +13,8 @@ targetCompatibility = JavaVersion.VERSION_1_8
dependencies { dependencies {
compile(project(":jadx-core")) compile(project(":jadx-core"))
compile(project(":jadx-cli")) compile(project(":jadx-cli"))
compile 'com.fifesoft:rsyntaxtextarea:3.0.0'
compile 'com.fifesoft:rsyntaxtextarea:3.0.2'
compile 'com.google.code.gson:gson:2.8.5' compile 'com.google.code.gson:gson:2.8.5'
compile files('libs/jfontchooser-1.0.5.jar') compile files('libs/jfontchooser-1.0.5.jar')
compile 'hu.kazocsaba:image-viewer:1.2.3' compile 'hu.kazocsaba:image-viewer:1.2.3'
...@@ -21,9 +22,9 @@ dependencies { ...@@ -21,9 +22,9 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.8.1' compile 'org.apache.commons:commons-lang3:3.8.1'
compile 'org.apache.commons:commons-text:1.6' compile 'org.apache.commons:commons-text:1.6'
compile 'io.reactivex.rxjava2:rxjava:2.2.5' compile 'io.reactivex.rxjava2:rxjava:2.2.7'
compile "com.github.akarnokd:rxjava2-swing:0.3.3" compile "com.github.akarnokd:rxjava2-swing:0.3.4"
compile 'com.android.tools.build:apksig:3.3.0' compile 'com.android.tools.build:apksig:3.3.2'
} }
applicationDistribution.with { applicationDistribution.with {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment