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.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>
This commit is contained in:
dependabot[bot] 2024-09-09 08:56:34 +00:00 committed by TÖRÖK Attila
parent 28426c3615
commit 6cfd43770d
2 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -61,7 +61,7 @@ impl JavaInterface {
.unwrap();
for (i, e) in items.iter().enumerate() {
let s = env
.new_string(&format!(
.new_string(format!(
"{} {} {} {}",
e.enabled, e.separator_before, e.checked, e.caption
))