Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-24 11:41:13 +03:00
parent fcdfe622f9
commit effaf2d680
12 changed files with 157 additions and 13 deletions

View file

@ -9,8 +9,9 @@ plugins {
dependencies {
/** Project */
implementation(project(":core:utils"))
implementation(project(":libs:auth"))
implementation(projects.core.utils)
implementation(projects.libs.auth)
implementation(projects.domain.core)
/** Tangem libraries */
implementation(deps.tangem.blockchain)