Update slf4j dep version
This commit is contained in:
parent
8ced1988a5
commit
9c3c93143b
|
@ -25,7 +25,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.slf4j:slf4j-api:1.7.26'
|
implementation 'org.slf4j:slf4j-api:1.7.28'
|
||||||
implementation 'com.github.tony19:logback-android:2.0.0'
|
implementation 'com.github.tony19:logback-android:2.0.0'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.3' // 3.12.* is the latest version compatible with Android <5
|
implementation 'com.squareup.okhttp3:okhttp:3.12.3' // 3.12.* is the latest version compatible with Android <5
|
||||||
implementation 'commons-codec:commons-codec:1.12' // beware: a version included in Android is used instead
|
implementation 'commons-codec:commons-codec:1.12' // beware: a version included in Android is used instead
|
||||||
|
|
Loading…
Reference in New Issue