Updated on 2026-08-14
This commit is contained in:
parent
f0f2c81b34
commit
70573a3e0e
1 changed files with 10 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue