From bd5f58b48fb4fa5bb9e64cc15ee64ea988dde715 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 20:29:52 +0000 Subject: [PATCH] Bump hilt-android-compiler from 2.31.2-alpha to 2.33-beta Bumps [hilt-android-compiler](https://github.com/google/dagger) from 2.31.2-alpha to 2.33-beta. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4ab73428..3da29c80 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { ext { hiltVersion = "2.33-beta" - hiltCompilerVersion = "2.31.2-alpha" + hiltCompilerVersion = "2.33-beta" hiltLifecycleViewmodelVersion = "1.0.0-alpha03" }