Updated on 2026-08-14

This commit is contained in:
Tangem 2023-05-15 11:59:07 +05:00
parent 51f1dafb3e
commit a49ecbcabb
7 changed files with 53 additions and 118 deletions

View file

@ -22,6 +22,7 @@ dependencies {
/** Coroutines */
implementation(deps.kotlin.coroutines)
implementation(deps.kotlin.coroutines.reactive)
/** Logging */
implementation(deps.timber)
@ -34,6 +35,7 @@ dependencies {
implementation(deps.okHttp.logging)
implementation(deps.retrofit)
implementation(deps.retrofit.moshi)
implementation(deps.reactive.network)
/** Time */
implementation(deps.jodatime)