Dependencies upgrade

This commit is contained in:
Juha Heinanen
2023-04-28 11:13:29 +03:00
parent 8615b35a74
commit eec22d673f

View File

@ -71,7 +71,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.10.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.7.0"
implementation "androidx.fragment:fragment-ktx:1.5.6"
implementation "androidx.activity:activity-ktx:1.7.1"
implementation "androidx.fragment:fragment-ktx:1.5.7"
implementation 'androidx.media:media:1.6.0'
}