Skip to content

Commit

Permalink
add slf4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhuka committed Aug 15, 2023
1 parent 4c9c0cd commit acdf05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ dependencies {
implementation(dependency.kotlin.coroutines)

implementation(dependency.aws.credentials)
// slf4j dependency is added to fix https://github.com/awslabs/aws-sdk-kotlin/issues/993#issuecomment-1678885524
implementation(dependency.slf4j)
}

afterEvaluate {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ dependencyResolutionManagement {
library("tensorflow", "org.tensorflow:tensorflow-lite:2.0.0")
library("uuidgen", "com.fasterxml.uuid:java-uuid-generator:4.0.1")
library("sqlcipher", "net.zetetic:android-database-sqlcipher:4.5.4")
library("slf4j", "org.slf4j:slf4j-api:2.0.6")
}
}
}
Expand Down

0 comments on commit acdf05f

Please sign in to comment.