Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-07 19:01:21 +03:00
parent 2585f9e0e8
commit eafd243752
4 changed files with 12 additions and 10 deletions

View file

@ -32,11 +32,10 @@ dependencies {
implementation(deps.moshi)
implementation(deps.moshi.kotlin)
implementation(deps.okHttp)
implementation(deps.okHttp.logging)
implementation(deps.okHttp.prettyLogging)
implementation(deps.retrofit)
implementation(deps.retrofit.moshi)
implementation(deps.reactive.network)
implementation(deps.prettyOkHttpLoggingInterceptor)
/** Time */
implementation(deps.jodatime)