mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
Update logback-android to 1.3.0-2.
This commit is contained in:
parent
c4ab2ac395
commit
5abd77159c
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ configurations {
|
|||
all*.exclude group: 'org.json', module: 'json'
|
||||
all*.exclude group: 'net.sf.kxml', module: 'kxml2'
|
||||
all*.exclude group: 'android.arch.lifecycle', module: 'runtime'
|
||||
all*.exclude group: 'com.github.tony19', module: 'apktool-lib'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -18,7 +17,7 @@ dependencies {
|
|||
compile 'com.squareup.okhttp3:logging-interceptor:3.11.0'
|
||||
compile 'com.google.guava:guava:26.0-android'
|
||||
compile 'org.slf4j:slf4j-api:1.7.25'
|
||||
compile 'com.github.tony19:logback-android:1.1.1-8'
|
||||
compile 'com.github.tony19:logback-android:1.3.0-2'
|
||||
compile 'com.google.code.findbugs:jsr305:3.0.0'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue