Skip to content

Commit 829f03c

Browse files
fix(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.1.0 (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85a0be8 commit 829f03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object deps {
3939
const val coreKtx = "androidx.core:core-ktx:1.9.0"
4040
const val material = "com.google.android.material:material:1.10.0"
4141
const val activityCompose = "androidx.activity:activity-compose:1.8.1"
42-
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.0.0"
42+
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"
4343
}
4444

4545
object lifecycle {

0 commit comments

Comments
 (0)