mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
build: bump Hilt to 2.37
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
13e4c98824
commit
e7febb507c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ buildscript {
|
||||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
|
||||||
classpath("com.android.tools.build:gradle:7.1.0-alpha01")
|
classpath("com.android.tools.build:gradle:7.1.0-alpha01")
|
||||||
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.12.5")
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
coroutines = "1.5.0"
|
coroutines = "1.5.0"
|
||||||
hilt = "2.36"
|
hilt = "2.37"
|
||||||
moshix = "0.11.2"
|
moshix = "0.11.2"
|
||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
sqldelight = "1.5.0"
|
sqldelight = "1.5.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue