Skip to content

Commit d843971

Browse files
committed
refactor: changed flows
1 parent 223177f commit d843971

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ truth = "1.4.5"
3030
uiautomator = "2.3.0"
3131
compose = "1.7.6"
3232
composeBom = "2024.12.01"
33+
hiltNavigationCompose = "1.2.0"
3334
dagger = "2.57.2"
34-
firebaseBom = "34.10.0"
35+
firebaseBom = "33.10.0"
3536
kotlinxDatetime = "0.7.1"
3637
kotlinxCoroutinesTest = "1.10.2"
3738
robolectric = "4.16"
@@ -78,7 +79,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
7879
uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" }
7980
easypermissions = { group = "pub.devrel", name = "easypermissions", version.ref = "easypermissions" }
8081

81-
hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "activityKtx" }
82+
hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
8283
material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
8384
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
8485
ui-graphics = { module = "androidx.compose.ui:ui-graphics", version.ref = "compose" }

0 commit comments

Comments
 (0)