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' }