Updated on 2026-08-14
This commit is contained in:
parent
fcdfe622f9
commit
effaf2d680
12 changed files with 157 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue