Skip to content

Commit

Permalink
build(deps): bump the gradle-minor group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.8.4` | `2.8.5` |
| androidx.activity:activity-compose | `1.9.1` | `1.9.2` |
| androidx.compose:compose-bom | `2024.08.00` | `2024.09.00` |
| androidx.lifecycle:lifecycle-viewmodel-compose | `2.8.4` | `2.8.5` |
| androidx.navigation:navigation-runtime-ktx | `2.7.7` | `2.8.0` |
| androidx.navigation:navigation-compose | `2.7.7` | `2.8.0` |


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

Updates `androidx.activity:activity-compose` from 1.9.1 to 1.9.2

Updates `androidx.compose:compose-bom` from 2024.08.00 to 2024.09.00

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.4 to 2.8.5

Updates `androidx.navigation:navigation-runtime-ktx` from 2.7.7 to 2.8.0

Updates `androidx.navigation:navigation-compose` from 2.7.7 to 2.8.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 28426c3 commit 6695e69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.4"
activityCompose = "1.9.1"
composeBom = "2024.08.00"
lifecycleViewmodelCompose = "2.8.4"
navigationRuntimeKtx = "2.7.7"
navigationCompose = "2.7.7"
lifecycleRuntimeKtx = "2.8.5"
activityCompose = "1.9.2"
composeBom = "2024.09.00"
lifecycleViewmodelCompose = "2.8.5"
navigationRuntimeKtx = "2.8.0"
navigationCompose = "2.8.0"
gamesActivity = "2.0.2" # Needs to be in sync with android-activity crate
constraintlayout = "2.1.4"
appcompat = "1.7.0"
Expand Down

0 comments on commit 6695e69

Please sign in to comment.