fix #5 #4 #8, en gros j'ai avancé les videos

This commit is contained in:
Raphael
2025-03-10 23:59:22 +01:00
parent 8ee061b791
commit 35b6120ebe
15 changed files with 401 additions and 44 deletions

View File

@@ -71,9 +71,10 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:2.9.0") //internet, api etc...
implementation("com.squareup.retrofit2:converter-gson:2.9.0") // Si tu veux utiliser Gson pour la sérialisation
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0") // Pour le logging
implementation("com.github.bumptech.glide:glide:4.15.1") // Pour curl des images d'internet en gros
implementation("com.github.bumptech.glide:glide:4.15.1")
kapt("com.github.bumptech.glide:compiler:4.15.1")
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
implementation("com.google.android.exoplayer:exoplayer:2.18.1")
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)