build(deps): bump the maven group in /manager with 2 updates (#69)

Bumps the maven group in /manager with 2 updates: androidx.activity:activity-compose and androidx.compose:compose-bom.


Updates `androidx.activity:activity-compose` from 1.9.3 to 1.10.0

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

---
updated-dependencies:
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-20 18:20:58 +06:00
committed by GitHub
parent 5a620372c9
commit 81daaa2055

View File

@@ -2,10 +2,10 @@
agp = "8.8.0"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
compose-bom = "2024.12.01"
compose-bom = "2025.01.00"
lifecycle = "2.8.7"
navigation = "2.8.5"
activity-compose = "1.9.3"
activity-compose = "1.10.0"
kotlinx-coroutines = "1.10.1"
coil-compose = "2.7.0"
compose-destination = "2.1.0-beta15"