build: bump Hilt to 2.37

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-11 10:12:53 +05:30
parent 13e4c98824
commit e7febb507c
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

View file

@ -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")
}
}