From bcf6d630bb5ff683301706bc27b020191310c75c Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 22 Jul 2022 13:20:41 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8228577d45..105d4d8323 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,12 +83,11 @@ dependencies { implementation implementation(project(path: ':network')) implementation implementation(project(path: ':common')) - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.fragment:fragment-ktx:1.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'com.google.android.material:material:1.5.0' - implementation "androidx.core:core-ktx:1.7.0" implementation 'com.google.android.play:core:1.10.3' implementation 'com.google.android.play:core-ktx:1.8.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'