Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-19 13:30:45 +03:00
parent 54216a69e5
commit 2d670ed6c4
10 changed files with 171 additions and 1 deletions

View file

@ -30,5 +30,6 @@ dependencies {
implementation(deps.kotlin.coroutines)
implementation(deps.moshi)
implementation(deps.moshi.kotlin)
implementation(deps.timber)
// endregion
}