Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-14 13:26:13 +03:00
commit 822bbee509
2 changed files with 3 additions and 2 deletions

View file

@ -69,10 +69,10 @@ kotlinSerialization = "1.4.1"
# region Tangem
tangemBlockchainSdk = "develop-174"
# tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "develop-200"
# tangemCardSgk = "0.0.1" # Keep it! - used for local builds
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds
# endregion Tangem
# region Tools

View file

@ -14,6 +14,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
jcenter() // unable to replace with mavenCentral() due to rekotlin and com.otaliastudios:cameraview
maven("https://nexus.tangem-tech.com/repository/maven-releases/")
maven("https://jitpack.io")