Skip to content

Commit

Permalink
Update Navigation to 2.8.4 and Compose multiplatform to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Nov 14, 2024
1 parent e7e858a commit 219bd9c
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 @@ -10,22 +10,22 @@ targetSdk = '35'
coroutines = '1.9.0'
material = '1.12.0'
core-ktx = '1.15.0'
navigation = '2.8.3'
navigation = '2.8.4'
appcompat = '1.7.0'
constraintlayout = '2.2.0'
binary-compatibility-validator = '0.16.3'
dokka = '1.9.20'
maven = '0.30.0'
# Compose Multiplatform
compose-plugin = '1.7.0'
compose-plugin = '1.7.1'
# Compose libs not included in multiplatform
compose-ui-test-junit = '1.7.5'
compose-ui-test-manifest = '1.7.5'
compose-ui-toolingPreview = '1.7.5'
# Compose integration with Activities
androidx-activity = '1.9.3'
# Compose integration with ViewModels
jetbrains-lifecycle = '2.8.3'
jetbrains-lifecycle = '2.8.4'
# Hilt
hilt = '2.52'
hilt-navigation-compose = '1.2.0'
Expand Down

0 comments on commit 219bd9c

Please sign in to comment.