This commit is contained in:
Milos Kozak 2022-09-15 16:19:02 +02:00
commit c5b4173a24

View file

@ -28,7 +28,7 @@ dependencies {
api "com.google.dagger:dagger-android-support:$dagger_version"
//Logger
api 'org.slf4j:slf4j-api:2.0.0'
api 'org.slf4j:slf4j-api:2.0.1'
api("com.github.tony19:logback-android-classic:1.1.1-6") {
exclude group: "com.google.android", module: "android"
}