Skip to content

Commit

Permalink
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx (#231)
Browse files Browse the repository at this point in the history
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.2 to 2.7.0.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent ae9d708 commit 2862e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation deps.kotlin
implementation deps.androidx.appcompat
implementation deps.androidx.coreKtx
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'

// Instead of the lines below, regular apps would load these libraries from Maven according to
// the README installation instructions
Expand Down

0 comments on commit 2862e8d

Please sign in to comment.