From 59c178b695fb68b73dc46b9e43da400d513070cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:47:01 +0000 Subject: [PATCH] Bump androidxLifecycle from 2.5.1 to 2.6.1 Bumps `androidxLifecycle` from 2.5.1 to 2.6.1. Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.5.1 to 2.6.1 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.5.1 to 2.6.1 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.5.1 to 2.6.1 Updates `androidx.lifecycle:lifecycle-common-java8` from 2.5.1 to 2.6.1 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx 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-ktx dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.lifecycle:lifecycle-common-java8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7792634d9f8..eab3260b509 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { // Android jetpack androidxArchCore = "2.2.0" - androidxLifecycle = "2.5.1" + androidxLifecycle = "2.6.1" androidxRoom = "2.5.1" androidxCore = "1.9.0" androidxFragment = "1.5.5"