Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-22 19:05:00 +03:00
parent f2abb0ee1c
commit 731fd53e3d
15 changed files with 369 additions and 49 deletions

View file

@ -30,6 +30,7 @@ dependencies {
implementation(deps.moshi.kotlin)
implementation(deps.timber)
implementation(deps.kotlin.coroutines)
implementation(deps.jodatime)
/** Testing libraries */
testImplementation(deps.test.junit)