Dependencies upgrade

This commit is contained in:
Juha Heinanen
2022-09-28 20:05:12 +03:00
parent 519fc0cb42
commit 754700b841

View File

@ -67,7 +67,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.9.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.5.1"
implementation "androidx.fragment:fragment-ktx:1.5.2"
implementation "androidx.activity:activity-ktx:1.6.0"
implementation "androidx.fragment:fragment-ktx:1.5.3"
implementation 'androidx.media:media:1.6.0'
}