Skip to content

Commit

Permalink
Bump the gradle-minor group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-minor group with 4 updates: androidx.compose:compose-bom, androidx.navigation:navigation-runtime-ktx, androidx.navigation:navigation-compose and com.android.application.


Updates `androidx.compose:compose-bom` from 2025.01.01 to 2025.02.00

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

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

Updates `com.android.application` from 8.8.0 to 8.8.1

---
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
- dependency-name: com.android.application
  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 17, 2025
1 parent 5a26eca commit 3575e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
agp = "8.8.0"
agp = "8.8.1"
kotlin = "2.1.10"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.10.0"
composeBom = "2025.01.01"
composeBom = "2025.02.00"
lifecycleViewmodelCompose = "2.8.7"
navigationRuntimeKtx = "2.8.6"
navigationCompose = "2.8.6"
navigationRuntimeKtx = "2.8.7"
navigationCompose = "2.8.7"
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 3575e32

Please sign in to comment.