@@ -56,8 +56,9 @@ dependencies {
|
||||
|
||||
// Coil for image loading
|
||||
implementation("io.coil-kt:coil-compose:2.5.0")
|
||||
implementation("io.coil-kt:coil-gif:2.5.0")
|
||||
|
||||
// ViewModel
|
||||
// Retrofit for API calls
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0")
|
||||
|
||||
// Coroutines
|
||||
@@ -72,6 +73,10 @@ dependencies {
|
||||
// Browser for OAuth
|
||||
implementation("androidx.browser:browser:1.7.0")
|
||||
|
||||
// Media3 for video playback (replaces ExoPlayer)
|
||||
implementation("androidx.media3:media3-exoplayer:1.2.0")
|
||||
implementation("androidx.media3:media3-ui:1.2.0")
|
||||
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
|
||||
Referencia en una nueva incidencia
Block a user