From 1623151e63207f8ba5488ff71158f883227ffb1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:50:03 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.16.0 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 45ebec4..d30f52d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -35,7 +35,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.core:core-ktx:1.12.0' + implementation 'androidx.core:core-ktx:1.16.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0' implementation 'androidx.room:room-runtime:2.6.1'