From 2bf1969eea7190e1eb385f8ba03cfbab437de3d5 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 31 Oct 2024 15:13:03 +0200 Subject: [PATCH] Dependencies upgrade --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index af13ad3e..0eb8f1b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.cardview:cardview:1.0.0' @@ -70,10 +70,10 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.exifinterface:exifinterface:1.3.7" - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core-ktx:1.15.0" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.activity:activity-ktx:1.9.3" - implementation "androidx.fragment:fragment-ktx:1.8.4" + implementation "androidx.fragment:fragment-ktx:1.8.5" implementation 'androidx.media:media:1.7.0' }