Skip to content

Commit

Permalink
Dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kochetkov committed Feb 9, 2023
1 parent d080b04 commit 4a3f2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.8.10"
dokka = "1.7.20"
coroutines = "1.6.4"
compose = "1.3.3"
compose = "1.3.1"
compose_compiler = "1.4.2"
hilt = "2.44.2"

Expand Down Expand Up @@ -38,7 +38,7 @@ compose-test-junit = { module = "androidx.compose.ui:ui-test-junit4", version.re
compose-activity = { module = "androidx.activity:activity-compose", version = "1.6.1" }
compose-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.5.1" }
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
compose-foundation-layouts = { module = "androidx.compose.foundation:foundation-layout", version = "1.3.1" }
compose-foundation-layouts = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" }

hilt_android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
hilt_compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
Expand Down

0 comments on commit 4a3f2a4

Please sign in to comment.