Dependencies update

This commit is contained in:
Juha Heinanen
2022-07-03 18:36:41 +03:00
parent 23af06df74
commit ec9d5553fc

View File

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