From 70573a3e0eb0b0f75b1f5f260d8feae4d4bc8d05 Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 26 Oct 2020 14:31:12 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4d9c559847..f9cf093569 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,8 +71,16 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10' implementation 'com.tangem:blockchain:1.96.0' - implementation 'com.tangem:core:1.68.0' - implementation 'com.tangem:sdk:1.68.0' + implementation('com.tangem:core') { + version { + strictly '1.73.0' + } + } + implementation('com.tangem:sdk:') { + version { + strictly '1.73.0' + } + } //lifecycle implementation "androidx.lifecycle:lifecycle-runtime:2.2.0"