Commit 8762125b authored by Skylot's avatar Skylot

remove logback from jadx-core dependencies

parent 3d0c6e49
...@@ -25,7 +25,7 @@ subprojects { ...@@ -25,7 +25,7 @@ subprojects {
jar { jar {
version = jadxVersion version = jadxVersion
manifest { manifest {
mainAttributes('jadx-version' : jadxVersion) mainAttributes('jadx-version': jadxVersion)
} }
} }
...@@ -33,6 +33,7 @@ subprojects { ...@@ -33,6 +33,7 @@ subprojects {
compile 'org.slf4j:slf4j-api:1.7.6' compile 'org.slf4j:slf4j-api:1.7.6'
testCompile 'junit:junit:4.11' testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-core:1.9.5' testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'ch.qos.logback:logback-classic:1.1.1'
} }
repositories { repositories {
......
...@@ -2,7 +2,6 @@ ext.jadxClasspath = 'clsp-data/android-4.3.jar' ...@@ -2,7 +2,6 @@ ext.jadxClasspath = 'clsp-data/android-4.3.jar'
dependencies { dependencies {
compile 'com.google.android.tools:dx:1.7' compile 'com.google.android.tools:dx:1.7'
compile 'ch.qos.logback:logback-classic:1.0.13'
runtime files(jadxClasspath) runtime files(jadxClasspath)
} }
......
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