Updated on 2026-08-14
This commit is contained in:
parent
eecf7955ca
commit
31d44e4150
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ internal class DefaultDetailsComponent @AssistedInject constructor(
|
|||
private val model: DetailsModel = getOrCreateModel(params)
|
||||
|
||||
private val userWalletListComponent = userWalletListComponentFactory.create(
|
||||
context = child(key = "user_wallet_list"),
|
||||
context = child(key = "user_wallet_list_component"),
|
||||
)
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ markdown = "0.7.2"
|
|||
# endregion Other libraries
|
||||
|
||||
# region Tangem
|
||||
tangemBlockchainSdk = "release-app_5.13-706"
|
||||
tangemBlockchainSdk = "release-app_5.13-707"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "release-app_5.13-376"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue