We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a0be8 commit 829f03cCopy full SHA for 829f03c
buildSrc/src/main/kotlin/deps.kt
@@ -39,7 +39,7 @@ object deps {
39
const val coreKtx = "androidx.core:core-ktx:1.9.0"
40
const val material = "com.google.android.material:material:1.10.0"
41
const val activityCompose = "androidx.activity:activity-compose:1.8.1"
42
- const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.0.0"
+ const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"
43
}
44
45
object lifecycle {
0 commit comments