Updated on 2026-08-14

This commit is contained in:
Tangem 2021-08-09 09:14:41 +03:00
parent e8e9147f13
commit a6331b2291

View file

@ -67,18 +67,17 @@ dependencies {
implementation fileTree(include: ['*.aar'], dir: 'libs')
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.fragment:fragment-ktx:1.3.5'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'com.google.android.material:material:1.4.0'
implementation "androidx.core:core-ktx:1.6.0"
implementation 'com.google.android.play:core:1.10.0'
implementation 'com.google.android.play:core-ktx:1.8.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation 'com.tangem:blockchain:develop-34'
implementation 'com.tangem:core:fixes_for_app_release-44'
implementation 'com.tangem:sdk:fixes_for_app_release-44'
implementation 'com.tangem:blockchain:develop-36'
implementation 'com.tangem.tangem-sdk-kotlin:core:develop-47'
implementation 'com.tangem.tangem-sdk-kotlin:android:develop-47'
// WebView
implementation "androidx.browser:browser:1.3.0"