From a6331b229166feb0bffe5ff2d77f0415e8bcd6f0 Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 9 Aug 2021 09:14:41 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 14a1f59a8a..e97b9251f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"