build(deps): bump the gradle-minor group with 6 updates

Bumps the gradle-minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.8.5` | `2.8.6` |
| androidx.compose:compose-bom | `2024.09.01` | `2024.09.02` |
| androidx.lifecycle:lifecycle-viewmodel-compose | `2.8.5` | `2.8.6` |
| androidx.navigation:navigation-runtime-ktx | `2.8.0` | `2.8.1` |
| androidx.navigation:navigation-compose | `2.8.0` | `2.8.1` |
| com.android.application | `8.6.0` | `8.6.1` |


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

Updates `androidx.compose:compose-bom` from 2024.09.01 to 2024.09.02

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

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

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

Updates `com.android.application` from 8.6.0 to 8.6.1

---
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.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-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
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-23 09:04:55 +00:00 committed by TÖRÖK Attila
parent 0319ac9dad
commit 43acb90bfe

View File

@ -1,16 +1,16 @@
[versions]
agp = "8.6.0"
agp = "8.6.1"
kotlin = "2.0.20"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.5"
lifecycleRuntimeKtx = "2.8.6"
activityCompose = "1.9.2"
composeBom = "2024.09.01"
lifecycleViewmodelCompose = "2.8.5"
navigationRuntimeKtx = "2.8.0"
navigationCompose = "2.8.0"
composeBom = "2024.09.02"
lifecycleViewmodelCompose = "2.8.6"
navigationRuntimeKtx = "2.8.1"
navigationCompose = "2.8.1"
gamesActivity = "2.0.2" # Needs to be in sync with android-activity crate
constraintlayout = "2.1.4"
appcompat = "1.7.0"