build: upgrade Hilt

This commit is contained in:
Harsh Shandilya 2021-10-14 08:33:53 +05:30
parent f49d8a8cce
commit 5aafead87e
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ buildscript {
classpath(kotlin("serialization", version = kotlinVersion))
classpath("com.android.tools.build:gradle:7.1.0-alpha13")
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.15.0")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.39")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.39.1")
}
}

View file

@ -2,7 +2,7 @@
accompanist = "0.19.0"
aurora = "0.0.56-SNAPSHOT"
coroutines = "1.5.2"
hilt = "2.39"
hilt = "2.39.1"
serialization = "1.3.0"
sqldelight = "1.5.1"