From f6dfd70bd7f766941e5a047e58cc29d35427c427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 08:24:41 +0530 Subject: [PATCH] chore(deps): update hilt to v2.43.2 (#2043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a2c801e75..c1a30e178 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ composeFoundation = "1.3.0-alpha01" composeUi = "1.3.0-alpha01" coroutines = "1.6.4" flowbinding = "1.2.0" -hilt = "2.43.1" +hilt = "2.43.2" kotlin = "1.7.10" leakcanary = "2.9.1" lifecycle = "2.6.0-alpha01"