From aaee10ad27afe53c509a614c1164f0b3db924d5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 19:46:21 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.8.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4f37117..68b7625 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.android.material:material:1.4.0' - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.activity:activity-compose:1.3.0-alpha02' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0'