ajout dépendance api

Système_de_proximité
louwar 2 years ago
parent ba7ef937ec
commit 56658b6b73

@ -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'
}
Loading…
Cancel
Save