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 2025.01.00 to 2025.01.01

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

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

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Feb 3, 2025
1 parent 27573b9 commit 843b84c
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.10.0"
composeBom = "2025.01.00"
composeBom = "2025.01.01"
lifecycleViewmodelCompose = "2.8.7"
navigationRuntimeKtx = "2.8.5"
navigationCompose = "2.8.5"
navigationRuntimeKtx = "2.8.6"
navigationCompose = "2.8.6"
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 843b84c

Please sign in to comment.