mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
build: upgrade Hilt
This commit is contained in:
parent
f49d8a8cce
commit
5aafead87e
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue