Skip to content

Commit

Permalink
build(deps): bump the gradle-minor group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-minor group with 3 updates: androidx.lifecycle:lifecycle-runtime-ktx, androidx.activity:activity-compose and androidx.lifecycle:lifecycle-viewmodel-compose.


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

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

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

---
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.lifecycle:lifecycle-viewmodel-compose
  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 Jul 29, 2024
1 parent 76773a4 commit 8adac1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.3"
activityCompose = "1.9.0"
lifecycleRuntimeKtx = "2.8.4"
activityCompose = "1.9.1"
composeBom = "2024.06.00"
lifecycleViewmodelCompose = "2.8.3"
lifecycleViewmodelCompose = "2.8.4"
navigationRuntimeKtx = "2.7.7"
navigationCompose = "2.7.7"
gamesActivity = "2.0.2" # Needs to be in sync with android-activity crate
Expand Down

0 comments on commit 8adac1a

Please sign in to comment.