Bump slf4j-api from 1.7.35 to 1.7.36
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1a8f00c5e7
commit
895aebc9f0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ dependencies {
|
||||||
api "com.google.dagger:dagger-android-support:$dagger_version"
|
api "com.google.dagger:dagger-android-support:$dagger_version"
|
||||||
|
|
||||||
//Logger
|
//Logger
|
||||||
api 'org.slf4j:slf4j-api:1.7.35'
|
api 'org.slf4j:slf4j-api:1.7.36'
|
||||||
api("com.github.tony19:logback-android-classic:1.1.1-6") {
|
api("com.github.tony19:logback-android-classic:1.1.1-6") {
|
||||||
exclude group: "com.google.android", module: "android"
|
exclude group: "com.google.android", module: "android"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue