Skip to content

Commit

Permalink
Update navigation and Android only Compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Oct 2, 2024
1 parent 729a4da commit 5aa59a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ targetSdk = '34'
coroutines = '1.9.0'
material = '1.12.0'
core-ktx = '1.13.1'
navigation = '2.8.1'
navigation = '2.8.2'
appcompat = '1.7.0'
constraintlayout = '2.1.4'
binary-compatibility-validator = '0.16.3'
Expand All @@ -19,9 +19,9 @@ maven = '0.29.0'
# Compose Multiplatform
compose-plugin = '1.7.0-beta02'
# Compose libs not included in multiplatform
compose-ui-test-junit = '1.7.2'
compose-ui-test-manifest = '1.7.2'
compose-ui-toolingPreview = '1.7.2'
compose-ui-test-junit = '1.7.3'
compose-ui-test-manifest = '1.7.3'
compose-ui-toolingPreview = '1.7.3'
# Compose integration with Activities
androidx-activity = '1.9.2'
# Compose integration with ViewModels
Expand Down

0 comments on commit 5aa59a2

Please sign in to comment.