Skip to content

Commit b9a0203

Browse files
add logger dependency
1 parent e1a62de commit b9a0203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android-sdk/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ dependencies {
6969
exclude group: 'com.google.code.findbugs'
7070
}
7171

72+
implementation "org.slf4j:slf4j-api:1.7.32"
73+
7274
compileOnly "com.fasterxml.jackson.core:jackson-databind:$jacksonversion"
7375
implementation "androidx.annotation:annotation:$annotations_ver"
7476

0 commit comments

Comments
 (0)