Gradle related updates

This commit is contained in:
Juha Heinanen
2023-06-23 13:25:31 +03:00
parent 9e9a98f049
commit 1009ab7a3d
3 changed files with 3 additions and 2 deletions
+1 -1
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.7.2"
implementation "androidx.fragment:fragment-ktx:1.5.7"
implementation "androidx.fragment:fragment-ktx:1.6.0"
implementation 'androidx.media:media:1.6.0'
}