Gradle and dependencies upgrade due to Studio upgrade to 2024.2.1

This commit is contained in:
Juha Heinanen
2024-10-10 10:07:50 +03:00
parent d0824cdb5e
commit fa73264396
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -74,6 +74,6 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.9.2"
implementation "androidx.fragment:fragment-ktx:1.8.3"
implementation "androidx.fragment:fragment-ktx:1.8.4"
implementation 'androidx.media:media:1.7.0'
}