From e7febb507c5fe9b96ecd2d2791fdce6e9e79ed84 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 11 Jun 2021 10:12:53 +0530 Subject: [PATCH] build: bump Hilt to 2.37 Signed-off-by: Harsh Shandilya --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 68bd7ad6..0965a4f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ buildscript { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10") classpath("com.android.tools.build:gradle:7.1.0-alpha01") classpath("com.diffplug.spotless:spotless-plugin-gradle:5.12.5") - classpath("com.google.dagger:hilt-android-gradle-plugin:2.36") + classpath("com.google.dagger:hilt-android-gradle-plugin:2.37") } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 740051cf..45c6b187 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] coroutines = "1.5.0" -hilt = "2.36" +hilt = "2.37" moshix = "0.11.2" retrofit = "2.9.0" sqldelight = "1.5.0"