We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd32e8 commit 21e1b49Copy full SHA for 21e1b49
app-wear-shared/shared/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
api "com.google.dagger:dagger-android-support:$dagger_version"
32
33
//Logger
34
- api 'org.slf4j:slf4j-api:1.7.36' // 2.0.x breaks logging. Code change needed
+ api 'org.slf4j:slf4j-api:2.0.6' // 2.0.x breaks logging. Code change needed
35
api 'com.github.tony19:logback-android:2.0.0'
36
37
api "org.jetbrains.kotlinx:kotlinx-serialization-json:$serialization_version"
0 commit comments