From e17fc66d3506bc171283ca7869c5873263b56310 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Fri, 3 Feb 2023 22:56:23 +0100 Subject: [PATCH] Update dependencies (#1205) * Update appcompat to 1.6.0 * Update constraintlayout to 2.1.4 * Update exifinterface to 1.3.5 * Update test:core to 1.5.0 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5ae130698..d0ca28f08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,9 +84,9 @@ android { dependencies { // AndroidX - implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'androidx.exifinterface:exifinterface:1.3.3' + implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.exifinterface:exifinterface:1.3.5' implementation 'androidx.palette:palette:1.0.0' implementation 'androidx.preference:preference:1.2.0' implementation 'com.google.android.material:material:1.6.1' @@ -108,7 +108,7 @@ dependencies { implementation 'io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:1.0.0' // Testing - testImplementation 'androidx.test:core:1.4.0' + testImplementation 'androidx.test:core:1.5.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.9.2' }