Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss authored Dec 3, 2024
1 parent 1f2a187 commit 38e3560
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@ dependencies {
exclude group: 'net.sf.kxml', module: 'kxml2' // provided by Android
exclude group: 'org.slf4j', module: 'slf4j-api' // v. 2.0.16 broken
}
constraints {
implementation 'org.slf4j:slf4j-api:2.0.9' // Force version 2.0.9 for now
}
debugImplementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.slf4j:slf4j-api:2.0.9' // Force version 2.0.9 for now
debugImplementation 'com.github.tony19:logback-android:1.1.1-12'

testImplementation 'junit:junit:4.13.1'
Expand Down

0 comments on commit 38e3560

Please sign in to comment.