From 40372e7ceac29619c2b574fb5036fb2de5f7adb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:40:32 +0000 Subject: [PATCH] Bump core-ktx from 1.5.0 to 1.6.0 (#1388) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 86bf0aca..b6066338 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -171,7 +171,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0" - implementation "androidx.core:core-ktx:1.5.0" + implementation "androidx.core:core-ktx:1.6.0" implementation "androidx.activity:activity-ktx:1.2.3" implementation "androidx.appcompat:appcompat:1.3.0" implementation "androidx.appcompat:appcompat-resources:1.3.0"