From fd706838a44749b5ebab8e6545b441b0b5891f8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 06:11:16 +0000 Subject: [PATCH] Update hilt to v2.44 --- 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 96a59149b..6a3943713 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ androidxTracing = "1.1.0" androidxUiAutomator = "2.2.0" androidxWork = "2.7.1" coil = "2.2.2" -hilt = "2.42" +hilt = "2.44" hiltExt = "1.0.0" jacoco = "0.8.7" junit4 = "4.13.2"