From e8a1e61059cf1d2451e089190f80f4310dade8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 05:55:47 +0000 Subject: [PATCH] chore(deps): bump core-ktx from 1.7.0 to 1.8.0 in /app Bumps core-ktx from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 60d7bbf96..88d5f1934 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,7 +156,7 @@ dependencies { implementation('com.github.android:renderscript-intrinsics-replacement-toolkit:b6363490c3') //androidX - implementation('androidx.core:core-ktx:1.7.0') + implementation('androidx.core:core-ktx:1.8.0') implementation('androidx.appcompat:appcompat:1.4.2') implementation('androidx.activity:activity-ktx:1.4.0') implementation('androidx.fragment:fragment-ktx:1.4.1')