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"