Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-31 17:43:09 +05:00
parent f3ee1dd9a9
commit f76dcdd658
2 changed files with 3 additions and 2 deletions

View file

@ -88,7 +88,7 @@ markdownComposeView = "0.5.4"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "develop-845"
tangemBlockchainSdk = "develop-848"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "develop-395"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^

View file

@ -39,7 +39,6 @@ private fun AppExtension.configureDefaultConfig(project: Project) {
testInstrumentationRunner = "com.tangem.common.HiltTestRunner"
}
}
// TODO: [REDACTED_JIRA]
@ -105,6 +104,8 @@ private fun AppExtension.configurePackagingOptions() {
excludes += "lib/x86_64/freebsd/libscrypt.so"
excludes += "lib/x86_64/linux/libscrypt.so"
excludes += "META-INF/gradle/incremental.annotation.processors"
merges += "paymentrequest.proto"
}
}
}