Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-15 12:07:48 +03:00
parent 59daa44548
commit 6465307d0a
19 changed files with 1499 additions and 303 deletions

View file

@ -52,4 +52,9 @@ dependencies {
api(deps.jodatime)
implementation(deps.timber)
implementation(deps.markdown)
/** Tests */
testImplementation(deps.test.junit)
testImplementation(deps.test.mockk)
testImplementation(deps.test.truth)
}