|
@@ -11,6 +11,7 @@ lifecycleRuntimeKtx = "2.6.1"
|
|
|
activityCompose = "1.8.0"
|
|
activityCompose = "1.8.0"
|
|
|
composeBom = "2024.09.00"
|
|
composeBom = "2024.09.00"
|
|
|
retrofit = "2.9.0"
|
|
retrofit = "2.9.0"
|
|
|
|
|
+media3Decoder = "1.8.0"
|
|
|
|
|
|
|
|
[libraries]
|
|
[libraries]
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
@@ -30,6 +31,7 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
|
|
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
|
|
|
+androidx-media3-decoder = { group = "androidx.media3", name = "media3-decoder", version.ref = "media3Decoder" }
|
|
|
|
|
|
|
|
[plugins]
|
|
[plugins]
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|