From 11edbd9f14c394267a47b1be2bf618aa77a6a0f9 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 17 Oct 2021 18:00:58 +0300 Subject: [PATCH] Added new dependency --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 6b2a01a9..937e7d5a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,5 +54,6 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation "androidx.preference:preference-ktx:1.1.1" implementation "androidx.exifinterface:exifinterface:1.3.3" + implementation "androidx.core:core-ktx:1.6.0" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1' }