j'ai des cards sympa et j'aimerias build stp

This commit is contained in:
Raphael
2024-12-10 17:13:45 +01:00
parent fd64e2d0db
commit 88bf402e6c
7 changed files with 110 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.jetbrains.kotlin.android)
kotlin("kapt")
}
android {
@@ -70,6 +71,8 @@ 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
kapt("com.github.bumptech.glide:compiler:4.15.1")
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)