Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-04 19:55:58 +03:00
parent ca13be7165
commit 7f11940679
2 changed files with 2 additions and 6 deletions

View file

@ -57,11 +57,7 @@ internal class SwapAmountFieldConverter(
title = if (isSingleWallet) {
resourceReference(R.string.send_from_title)
} else {
combinedReference(
resourceReference(R.string.send_from_wallet_android),
stringReference(" "),
stringReference(userWallet.name),
)
resourceReference(R.string.send_from_wallet_name, wrappedList(userWallet.name))
},
value = "",
),

View file

@ -5,7 +5,7 @@
# https://github.com/tangem/tangem-sdk-android/
# https://github.com/tangem/vico
tangemBlockchainSdk = "releases-5.28-1214"
tangemBlockchainSdk = "releases-5.28-1217"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "releases-5.28-559"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^