Skip to content

Commit

Permalink
- update compose to 1.7.1
Browse files Browse the repository at this point in the history
- update serialization to 1.7.3
- update navigation to 2.8.4
  • Loading branch information
mikepenz committed Nov 16, 2024
1 parent 4bf25f9 commit 0dd0721
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
Expand Up @@ -9,19 +9,19 @@ gradleBuild = "8.7.2"
dokka = "1.9.20"
kotlinCore = { require = "2.0.21" }
kotlinCoroutines = { require = "1.9.0" }
kotlinxSerialization = "1.7.1"
kotlinxSerialization = "1.7.3"
kotlinxCollections = "0.3.7"
# compose
compose = "1.7.5"
compose-plugin = "1.7.0"
compose-plugin = "1.7.1"
composeUi = "1.7.5" # foundation / material
# androidx
activity = "1.9.3"
cardview = "1.0.0"
constraintLayout = "2.2.0"
core = "1.15.0"
lifecycle = { require = "2.8.7" }
navigation = "2.8.3"
navigation = "2.8.4"
recyclerView = "1.3.2"
# google
material = "1.12.0"
Expand Down

0 comments on commit 0dd0721

Please sign in to comment.