Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-09 13:44:23 +02:00
parent 00741b4b71
commit af32edaf4a
11 changed files with 275 additions and 0 deletions

View file

@ -15,6 +15,8 @@ dependencies {
/** Network */
implementation(deps.retrofit)
implementation(deps.moshi)
implementation(deps.moshi.kotlin)
/** Domain */
implementation(projects.domain.tokens.models)