Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-28 12:03:09 +03:00
parent 80d4eeaed9
commit 375afeea12
8 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,14 @@
plugins {
alias(deps.plugins.android.library)
alias(deps.plugins.kotlin.android)
id("configuration")
}
android {
namespace = "com.tangem.core.error"
}
dependencies {
implementation(tangemDeps.card.core)
implementation(tangemDeps.blockchain)
}