Project activity debut

This commit is contained in:
Raphael
2025-01-12 18:21:32 +01:00
parent f6ecbc8909
commit d7c313c013
10 changed files with 267 additions and 56 deletions

View File

@@ -73,6 +73,7 @@ dependencies {
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
kapt("com.github.bumptech.glide:compiler:4.15.1")
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)