Skip to content

Commit 38e3560

Browse files
authored
Update build.gradle
1 parent 1f2a187 commit 38e3560

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,7 @@ dependencies {
148148
exclude group: 'net.sf.kxml', module: 'kxml2' // provided by Android
149149
exclude group: 'org.slf4j', module: 'slf4j-api' // v. 2.0.16 broken
150150
}
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'
151+
implementation 'org.slf4j:slf4j-api:2.0.9' // Force version 2.0.9 for now
155152
debugImplementation 'com.github.tony19:logback-android:1.1.1-12'
156153

157154
testImplementation 'junit:junit:4.13.1'

0 commit comments

Comments
 (0)