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' }