We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2a187 commit 38e3560Copy full SHA for 38e3560
app/build.gradle
@@ -148,10 +148,7 @@ dependencies {
148
exclude group: 'net.sf.kxml', module: 'kxml2' // provided by Android
149
exclude group: 'org.slf4j', module: 'slf4j-api' // v. 2.0.16 broken
150
}
151
- constraints {
152
- implementation 'org.slf4j:slf4j-api:2.0.9' // Force version 2.0.9 for now
153
- }
154
- debugImplementation 'org.slf4j:slf4j-api:1.7.32'
+ implementation 'org.slf4j:slf4j-api:2.0.9' // Force version 2.0.9 for now
155
debugImplementation 'com.github.tony19:logback-android:1.1.1-12'
156
157
testImplementation 'junit:junit:4.13.1'
0 commit comments