From cf192fa939e168cab3abbd82a310b9715a682a7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:54:16 +0100 Subject: [PATCH] Update hilt to v2.51 (#222) 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 e82bc99..1631d97 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ androidGradlePlugin = "8.2.2" # https://github.com/JetBrains/kotlin/releases kotlin = "1.9.22" # https://dagger.dev/hilt/gradle-setup -hilt = "2.50" +hilt = "2.51" # https://github.com/protocolbuffers/protobuf/releases protobuf = "3.25.3" # https://github.com/google/protobuf-gradle-plugin/releases