Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump androidx-lifecycle from 2.6.2 to 2.7.0 #355

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): Bump androidx-lifecycle from 2.6.2 to 2.7.0
Bumps `androidx-lifecycle` from 2.6.2 to 2.7.0.

Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.6.2 to 2.7.0

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.2 to 2.7.0

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.6.2 to 2.7.0

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.2 to 2.7.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2024
commit f0f7c1a237a7bca2b8e3850042e213021f8e29b0
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android-gradle-plugin = "8.2.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2023.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-compiler = "1.5.7" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
androidx-lifecycle = "2.6.2"
androidx-lifecycle = "2.7.0"
google-accompanist = "0.32.0"
kotest = "5.8.0"
kotlin = "1.9.21"
Expand Down