Merge branch 'develop' into feature/bma/networkModule

This commit is contained in:
Benoit Marty 2023-03-17 13:39:01 +01:00 committed by GitHub
commit 33c02f054e
77 changed files with 2347 additions and 36 deletions

View file

@ -30,4 +30,7 @@ dependencies {
implementation(libs.coroutines.core)
implementation(platform(libs.network.okhttp.bom))
implementation("com.squareup.okhttp3:logging-interceptor")
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
}