Skip to content

Commit

Permalink
Bump the gradle-minor group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-minor group with 3 updates: androidx.compose:compose-bom, androidx.navigation:navigation-runtime-ktx and androidx.navigation:navigation-compose.


Updates `androidx.compose:compose-bom` from 2024.11.00 to 2024.12.01

Updates `androidx.navigation:navigation-runtime-ktx` from 2.8.4 to 2.8.5

Updates `androidx.navigation:navigation-compose` from 2.8.4 to 2.8.5

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor
- dependency-name: androidx.navigation:navigation-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor
- dependency-name: androidx.navigation:navigation-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent edfdd9f commit b9cc52d
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 @@ -7,10 +7,10 @@ junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.11.00"
composeBom = "2024.12.01"
lifecycleViewmodelCompose = "2.8.7"
navigationRuntimeKtx = "2.8.4"
navigationCompose = "2.8.4"
navigationRuntimeKtx = "2.8.5"
navigationCompose = "2.8.5"
gamesActivity = "2.0.2" # Needs to be in sync with android-activity crate
constraintlayout = "2.2.0"
appcompat = "1.7.0"
Expand Down

0 comments on commit b9cc52d

Please sign in to comment.