remove logback from jadx-core dependencies
This commit is contained in:
+2
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user