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 {
69
69
exclude group : ' com.google.code.findbugs'
70
70
}
71
71
72
- implementation " org.slf4j:slf4j-api:1.7.32 "
72
+ implementation " org.slf4j:slf4j-api:$s lf4j_ver "
73
73
74
74
compileOnly " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
75
75
implementation " androidx.annotation:annotation:$annotations_ver "
Original file line number Diff line number Diff line change 88
88
androidx_test_core = " 1.4.0"
89
89
androidx_test_rules = " 1.4.0"
90
90
espresso_ver = " 3.4.0"
91
+ slf4j_ver = " 1.7.3"
91
92
}
92
93
93
94
task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
59
59
implementation " androidx.work:work-runtime:$work_runtime "
60
60
// Add SLF4J API for Logger interface
61
- implementation " org.slf4j:slf4j-api:1.7.32 "
61
+ implementation " org.slf4j:slf4j-api:$s lf4j_ver "
62
62
63
63
testImplementation " junit:junit:$junit_ver "
64
64
testImplementation " org.mockito:mockito-core:$mockito_ver "
@@ -76,5 +76,5 @@ dependencies {
76
76
77
77
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
78
78
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 "
80
80
}
You can’t perform that action at this time.
0 commit comments