Skip to content

Commit

Permalink
Update to Compose Multiplatform 1.7.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Oct 16, 2024
1 parent aea6c1a commit 9d923bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ targetSdk = '34'
coroutines = '1.9.0'
material = '1.12.0'
core-ktx = '1.13.1'
navigation = '2.8.2'
navigation = '2.8.3'
appcompat = '1.7.0'
constraintlayout = '2.1.4'
binary-compatibility-validator = '0.16.3'
dokka = '1.9.20'
maven = '0.30.0'
# Compose Multiplatform
compose-plugin = '1.7.0-rc01'
compose-plugin = '1.7.0'
# Compose libs not included in multiplatform
compose-ui-test-junit = '1.7.3'
compose-ui-test-manifest = '1.7.3'
compose-ui-toolingPreview = '1.7.3'
compose-ui-test-junit = '1.7.4'
compose-ui-test-manifest = '1.7.4'
compose-ui-toolingPreview = '1.7.4'
# Compose integration with Activities
androidx-activity = '1.9.2'
androidx-activity = '1.9.3'
# Compose integration with ViewModels
jetbrains-lifecycle = '2.8.2'
jetbrains-lifecycle = '2.8.3'
# Hilt
hilt = '2.52'
hilt-navigation-compose = '1.2.0'
Expand Down

0 comments on commit 9d923bd

Please sign in to comment.