Skip to content

Commit

Permalink
Update Horologist and Compose Constraint Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Dec 11, 2024
1 parent ff79eaf commit 2591911
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 @@ -29,7 +29,7 @@ glance = "1.0.0"
google-services = "4.4.2"
hilt = "2.53"
hilt-compiler = "1.2.0"
horologist = "0.6.20"
horologist = "0.6.22"
java = "17"
kotlin = "2.1.0"
kotlin-coroutines = "1.9.0"
Expand Down Expand Up @@ -74,7 +74,7 @@ coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
compose-activity = "androidx.activity:activity-compose:1.9.3"
compose-animation = { module = "androidx.compose.animation:animation" }
compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose" }
compose-constraintlayout = "androidx.constraintlayout:constraintlayout-compose:1.0.1"
compose-constraintlayout = "androidx.constraintlayout:constraintlayout-compose:1.1.0"
compose-foundation = { module = "androidx.compose.foundation:foundation" }
compose-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
compose-material = { module = "androidx.compose.material:material" }
Expand Down

0 comments on commit 2591911

Please sign in to comment.