Updated on 2026-08-14

This commit is contained in:
Tangem 2019-11-12 08:58:21 +00:00
commit 0fbf91c88b
296 changed files with 3095 additions and 38 deletions

View file

@ -88,8 +88,8 @@ configurations {
}
dependencies {
implementation project(':tangem-card')
implementation project(':tangem-sdk')
implementation project(':tangem-card-old')
implementation project(':tangem-sdk-old')
implementation project(':server-android')
implementation 'androidx.navigation:navigation-fragment:2.1.0'
@ -105,7 +105,7 @@ dependencies {
implementation "androidx.preference:preference:1.1.0"
implementation 'androidx.biometric:biometric:1.0.0-beta01'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'com.google.android.material:material:1.1.0-alpha10'
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'com.google.dagger:dagger:2.21'
kapt 'com.google.dagger:dagger-compiler:2.21'