Skip to content

Commit 4a3f2a4

Browse files
author
Nikolay Kochetkov
committed
Dependency fixes
1 parent d080b04 commit 4a3f2a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "1.8.10"
33
dokka = "1.7.20"
44
coroutines = "1.6.4"
5-
compose = "1.3.3"
5+
compose = "1.3.1"
66
compose_compiler = "1.4.2"
77
hilt = "2.44.2"
88

@@ -38,7 +38,7 @@ compose-test-junit = { module = "androidx.compose.ui:ui-test-junit4", version.re
3838
compose-activity = { module = "androidx.activity:activity-compose", version = "1.6.1" }
3939
compose-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.5.1" }
4040
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
41-
compose-foundation-layouts = { module = "androidx.compose.foundation:foundation-layout", version = "1.3.1" }
41+
compose-foundation-layouts = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" }
4242

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

0 commit comments

Comments
 (0)