Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-31 15:44:31 +03:00
parent 1ee9fa0b45
commit 86139d5f45
11 changed files with 202 additions and 2 deletions

View file

@ -29,4 +29,7 @@ dependencies {
/** Feature Apis */
implementation(project(":features:tester:api"))
/** Other modules */
implementation(project(":libs:crypto"))
}