Updated on 2026-08-14
This commit is contained in:
parent
44b8872625
commit
cd1ff9940e
2 changed files with 5 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
tangemBlockchainSdk = "releases-5.25.0-1083"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "releases-5.25.0-481"
|
||||
tangemCardSdk = "releases-5.25.0-483"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
tangemVico = "2.0.0-alpha.25-tangem12"
|
||||
#tangemVico = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
|
|
@ -20,5 +20,8 @@ internal object CardSdkModule {
|
|||
@Provides
|
||||
@Singleton
|
||||
fun provideCardArtworksProvider(sdkRepository: CardSdkConfigRepository): CardArtworksProvider =
|
||||
CardArtworksProvider(sdkRepository.sdk.config.isTangemAttestationProdEnv)
|
||||
CardArtworksProvider(
|
||||
sdkRepository.sdk.config.isTangemAttestationProdEnv,
|
||||
sdkRepository.sdk.secureStorage,
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue