Dependencies upgrade

This commit is contained in:
Juha Heinanen
2023-11-17 11:47:39 +02:00
parent dd6ea55cbf
commit 2b5dcb9322

View File

@ -72,6 +72,6 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.8.0"
implementation "androidx.fragment:fragment-ktx:1.6.1"
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation 'androidx.media:media:1.6.0'
}