提交 8762125b 编写于 作者: S Skylot

remove logback from jadx-core dependencies

上级 3d0c6e49
......@@ -25,7 +25,7 @@ subprojects {
jar {
version = jadxVersion
manifest {
mainAttributes('jadx-version' : jadxVersion)
mainAttributes('jadx-version': jadxVersion)
}
}
......@@ -33,6 +33,7 @@ subprojects {
compile 'org.slf4j:slf4j-api:1.7.6'
testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'ch.qos.logback:logback-classic:1.1.1'
}
repositories {
......
......@@ -2,7 +2,6 @@ ext.jadxClasspath = 'clsp-data/android-4.3.jar'
dependencies {
compile 'com.google.android.tools:dx:1.7'
compile 'ch.qos.logback:logback-classic:1.0.13'
runtime files(jadxClasspath)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册