From 6f944b04d8e7522733b820e54b19442b2fe8bfa2 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 27 Jul 2024 12:05:42 +0300 Subject: [PATCH] Dependencies upgrade --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e97d162..f207fb48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" - implementation "androidx.activity:activity-ktx:1.9.0" - implementation "androidx.fragment:fragment-ktx:1.8.1" + implementation "androidx.activity:activity-ktx:1.9.1" + implementation "androidx.fragment:fragment-ktx:1.8.2" implementation 'androidx.media:media:1.7.0' }