Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-30 15:29:56 +04:00
parent 91c2fb2d58
commit d718cf557d
18 changed files with 1135 additions and 280 deletions

View file

@ -23,10 +23,6 @@ dependencies {
implementation(deps.jodatime)
// endregion
// region Logging
implementation(deps.kermit)
// endregion
testImplementation(deps.test.coroutine)
testImplementation(deps.test.junit5)
testRuntimeOnly(deps.test.junit5.engine)