From ec9d5553fcd5d3db65b69db33d37f7677dacc73c Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 3 Jul 2022 18:36:41 +0300 Subject: [PATCH] Dependencies update --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 21d7409e..06460bdc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation "androidx.core:core-ktx:1.8.0" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-native-mt' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" - implementation "androidx.activity:activity-ktx:1.4.0" - implementation "androidx.fragment:fragment-ktx:1.4.1" + implementation "androidx.activity:activity-ktx:1.5.0" + implementation "androidx.fragment:fragment-ktx:1.5.0" implementation 'androidx.media:media:1.6.0' }