Updated on 2026-08-14
This commit is contained in:
commit
822bbee509
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue