diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-30 09:04:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 09:04:09 +0530 |
commit | a6c746cc971f70ae5c88d0533824e4cfe0d6e8ab (patch) | |
tree | b92cd92bde633aa561027d1949bf63f71b849b5d /gradle | |
parent | 2e0a40e82b602c5994e875acb7995b26c3e9355f (diff) |
fix(deps): update leakcanary to v2.12 (#2579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-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 7b277bc9..a482067d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ flowbinding = "1.2.0" hilt = "2.46.1" kotlin = "1.8.22" kotlin1710 = { strictly = "[1.7.0,)", prefer = "1.7.10" } -leakcanary = "2.11" +leakcanary = "2.12" lifecycle = "2.6.1" [libraries] |