Skip to content

Commit

Permalink
Bump compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Feb 15, 2024
1 parent 7e16977 commit dde291d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
activity = "1.8.2"
agp = "8.2.2"
composeCompiler = "1.5.8"
composeCompiler = "1.5.9"
coroutines = "1.8.0"
hilt = "2.50"
kotlin = "1.9.22"
Expand Down Expand Up @@ -38,10 +38,10 @@ viewbinding = { module = "androidx.databinding:viewbinding", version.ref = "agp"
window = { module = "androidx.window:window", version = "1.2.0" }

compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" }
compose-bom = { module = "androidx.compose:compose-bom", version = "2024.01.00" }
compose-bom = { module = "androidx.compose:compose-bom", version = "2024.02.00" }
compose-runtime = { module = "androidx.compose.runtime:runtime" }
compose-material = { module = "androidx.compose.material:material" }
compose-material3 = { module = "androidx.compose.material3:material3", version = "1.2.0-rc01" }
compose-material3 = { module = "androidx.compose.material3:material3" }
compose-ui = { module = "androidx.compose.ui:ui" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
Expand Down

0 comments on commit dde291d

Please sign in to comment.