Skip to content

Commit

Permalink
Merge branch 'main' into adaptive-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Dec 15, 2024
2 parents 5e9d982 + b6c641f commit 2c195e5
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
@@ -28,7 +28,7 @@ core = "1.15.0"
lifecycle = "2.8.7"
extJunit = "1.2.1"
espresso = "3.6.1"
navigation = "2.8.4"
navigation = "2.8.5"

# TODO: Breaking changes; review release notes and update.
# Apollo Kotlin
@@ -45,17 +45,17 @@ coil = "2.6.0"

# Compose
# https://developer.android.com/jetpack/androidx/releases/compose.
composeAnimation = "1.7.5"
composeFoundation = "1.7.5"
composeMaterial = "1.7.5"
composeAnimation = "1.7.6"
composeFoundation = "1.7.6"
composeMaterial = "1.7.6"
composeMaterial3 = "1.3.1"
composeMaterial3AdaptivenavigationSuite = "1.3.1"
composeRuntime = "1.7.5"
composeUi = "1.7.5"
composeRuntime = "1.7.6"
composeUi = "1.7.6"

# Dagger
# https://github.com/google/dagger/releases.
dagger = "2.53"
dagger = "2.53.1"

# Hilt
# https://developer.android.com/jetpack/androidx/releases/hilt.

0 comments on commit 2c195e5

Please sign in to comment.