From 56658b6b73d8d46ef0e582eb3ffcc8ac2f4f1030 Mon Sep 17 00:00:00 2001 From: louwar Date: Fri, 24 Mar 2023 11:52:35 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20d=C3=A9pendance=20api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CineCool/app/build.gradle | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CineCool/app/build.gradle b/CineCool/app/build.gradle index 6981a31..4f08370 100644 --- a/CineCool/app/build.gradle +++ b/CineCool/app/build.gradle @@ -64,4 +64,14 @@ dependencies { // Jetpack Compose Integration implementation("androidx.navigation:navigation-compose:2.5.3") + + // API + implementation "com.squareup.okhttp3:okhttp:4.9.3" + implementation "com.squareup.okhttp3:logging-interceptor:4.9.3" + implementation "com.google.code.gson:gson:2.8.9" + implementation 'com.squareup.retrofit2:retrofit:2.9.0' + implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + implementation 'com.squareup.retrofit2:retrofit:2.9.0' + implementation 'androidx.fragment:fragment-ktx:1.5.6' + implementation 'androidx.multidex:multidex:2.0.1' } \ No newline at end of file