Updated on 2026-08-14
This commit is contained in:
parent
84070c0990
commit
92440eee90
2 changed files with 15 additions and 9 deletions
|
|
@ -1,9 +1,15 @@
|
|||
[versions]
|
||||
tangemBlockchainSdk = "releases-5.23-1007"
|
||||
# Blockchain SDK, Card SDK and Vico artifacts are built in a private namespace and then published to a
|
||||
# public Maven repository, so anyone can build the app from source
|
||||
# https://github.com/tangem/blockchain-sdk-kotlin/packages/
|
||||
# https://github.com/tangem/tangem-sdk-android/
|
||||
# https://github.com/tangem/vico
|
||||
|
||||
tangemBlockchainSdk = "releases-5.23-1015"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "releases-5.23-452"
|
||||
tangemCardSdk = "releases-5.23-456"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
tangemVico = "2.0.0-alpha.25-tangem-developments8"
|
||||
tangemVico = "2.0.0-alpha.25-tangem12"
|
||||
#tangemVico = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem-developments/tangem-sdk-android")
|
||||
url = uri("https://maven.pkg.github.com/tangem/tangem-sdk-android")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
|
|
@ -56,7 +56,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem-developments/blst-android")
|
||||
url = uri("https://maven.pkg.github.com/tangem/blst-android")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
|
|
@ -65,7 +65,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem-developments/blockchain-sdk-kotlin")
|
||||
url = uri("https://maven.pkg.github.com/tangem/blockchain-sdk-kotlin")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
|
|
@ -74,7 +74,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem-developments/wallet-core")
|
||||
url = uri("https://maven.pkg.github.com/tangem/wallet-core")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
|
|
@ -86,7 +86,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem-developments/vico")
|
||||
url = uri("https://maven.pkg.github.com/tangem/vico")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
|
|
@ -97,7 +97,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem-developments/ic4j-agent")
|
||||
url = uri("https://maven.pkg.github.com/tangem/ic4j-agent")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue