提交 9cd72fe1 编写于 作者: S Skylot

update dependencies version

上级 476b2c37
......@@ -30,7 +30,7 @@ subprojects {
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.5'
compile 'org.slf4j:slf4j-api:1.7.6'
testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-core:1.9.5'
}
......
......@@ -6,6 +6,7 @@ applicationName = 'jadx'
dependencies {
compile(project(':jadx-core'))
compile 'com.beust:jcommander:1.30'
compile 'ch.qos.logback:logback-classic:1.1.1'
}
startScripts {
......
......@@ -5,8 +5,7 @@ mainClassName = "jadx.gui.JadxGUI"
dependencies {
compile(project(":jadx-core"))
compile(project(":jadx-cli"))
compile 'com.fifesoft:rsyntaxtextarea:2.0.7'
compile 'ch.qos.logback:logback-classic:1.0.13'
compile 'com.fifesoft:rsyntaxtextarea:2.5.0'
}
startScripts {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册