From 44b1b532da3687b845d771d4269e2b11827fe903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:46:54 +0100 Subject: [PATCH] Bump core-ktx from 1.8.0 to 1.9.0 in /app Bumps core-ktx from 1.8.0 to 1.9.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 1385c82b7..2ae2f8363 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.8.0') + implementation('androidx.core:core-ktx:1.9.0') implementation('androidx.appcompat:appcompat:1.5.1') implementation('androidx.activity:activity-ktx:1.5.1') implementation('androidx.fragment:fragment-ktx:1.5.2')