Updated on 2026-08-14

This commit is contained in:
Tangem 2020-10-26 14:31:12 +03:00
parent f0f2c81b34
commit 70573a3e0e

View file

@ -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"