From 878018f412064bd02533974c3a220fe381a36b5a Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 16 Aug 2025 10:41:50 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.17.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6b236ee58b..d2d17018d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -230,7 +230,7 @@ dependencies { testImplementation "org.robolectric:robolectric:4.15.1" testImplementation "org.hamcrest:hamcrest-library:3.0" - implementation 'androidx.core:core-ktx:1.16.0' + implementation 'androidx.core:core-ktx:1.17.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.10" implementation "androidx.appcompat:appcompat:1.7.1"