From e94defe90488673bad7de0bdc42e3f14c75d9d8c Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 23 Oct 2024 17:36:31 +0300 Subject: [PATCH] Dependency upgrade --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e4db2587..7a4fbc31 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" - implementation "androidx.activity:activity-ktx:1.9.2" + implementation "androidx.activity:activity-ktx:1.9.3" implementation "androidx.fragment:fragment-ktx:1.8.4" implementation 'androidx.media:media:1.7.0' }