diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-21 09:21:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 09:21:46 +0530 |
commit | 6d8e419bcbed52bd89879a46bf78f4cdd4f0c679 (patch) | |
tree | 6f629c798014e229197b0f3d467b5e94a1220570 | |
parent | 27540346bb53f84083ca47f79b4af9d4ef2abc4f (diff) |
chore(deps): update com.squareup.leakcanary to v2.9.1 (#1856)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5bfc49bb..1b2dcfb8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ coroutines = "1.6.1" flowbinding = "1.2.0" hilt = "2.41" kotlin = "1.6.21" -leakcanary = "2.9" +leakcanary = "2.9.1" lifecycle = "2.4.1" [plugins] |