Skip to content

Commit

Permalink
Silence slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 23, 2023
1 parent 02f458c commit 6e1ad53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ dependencies {
implementation(libs.bugsnag)
implementation(libs.moshi)
implementation(libs.kotlin.reflect)
// To silence this stupid log https://www.slf4j.org/codes.html#StaticLoggerBinder
implementation(libs.slf4jNop)
testImplementation(libs.junit)
testImplementation(libs.truth)
}
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
okhttp = "com.squareup.okhttp3:okhttp:4.11.0"
okio = "com.squareup.okio:okio:3.3.0"
slf4jNop = "org.slf4j:slf4j-nop:2.0.7"
junit = "junit:junit:4.13.2"
truth = "com.google.truth:truth:1.1.5"

0 comments on commit 6e1ad53

Please sign in to comment.