File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969 exclude group : ' com.google.code.findbugs'
7070 }
7171
72- implementation " org.slf4j:slf4j-api:1.7.32 "
72+ implementation " org.slf4j:slf4j-api:$s lf4j_ver "
7373
7474 compileOnly " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
7575 implementation " androidx.annotation:annotation:$annotations_ver "
Original file line number Diff line number Diff line change 8888 androidx_test_core = " 1.4.0"
8989 androidx_test_rules = " 1.4.0"
9090 espresso_ver = " 3.4.0"
91+ slf4j_ver = " 1.7.3"
9192}
9293
9394task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
5959 implementation " androidx.work:work-runtime:$work_runtime "
6060 // Add SLF4J API for Logger interface
61- implementation " org.slf4j:slf4j-api:1.7.32 "
61+ implementation " org.slf4j:slf4j-api:$s lf4j_ver "
6262
6363 testImplementation " junit:junit:$junit_ver "
6464 testImplementation " org.mockito:mockito-core:$mockito_ver "
@@ -76,5 +76,5 @@ dependencies {
7676
7777 androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
7878 androidTestImplementation " org.mockito:mockito-android:$mockito_ver "
79- androidTestImplementation " org.slf4j:slf4j-api:1.7.32 "
79+ androidTestImplementation " org.slf4j:slf4j-api:$s lf4j_ver "
8080}
You can’t perform that action at this time.
0 commit comments