From 2a847f1c99c7918f486c05a9c6fcfff6414ecff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Mon, 8 Jul 2024 21:39:13 +0100 Subject: [PATCH] Update all androidx dependencies to the latest version --- app/build.gradle | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fa1c980a2..09a8f7cef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -201,28 +201,29 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation "androidx.camera:camera-core:1.2.3" - implementation "androidx.camera:camera-camera2:1.2.3" - implementation 'androidx.camera:camera-view:1.2.3' - implementation 'androidx.camera:camera-lifecycle:1.2.3' + implementation "androidx.camera:camera-core:1.3.4" + implementation "androidx.camera:camera-camera2:1.3.4" + implementation 'androidx.camera:camera-view:1.3.4' + implementation 'androidx.camera:camera-lifecycle:1.3.4' testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:5.12.0" testImplementation "org.robolectric:robolectric:4.12.2" testImplementation "org.hamcrest:hamcrest-library:2.2" - implementation "androidx.appcompat:appcompat:1.6.1" + implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.preference:preference:1.2.1" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.recyclerview:recyclerview:1.3.2" implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.gridlayout:gridlayout:1.0.0" implementation "androidx.palette:palette:1.0.0" - implementation "androidx.activity:activity:1.7.2" - implementation "androidx.fragment:fragment:1.6.2" - implementation "androidx.viewpager2:viewpager2:1.0.0" + implementation "androidx.activity:activity:1.9.0" + implementation "androidx.fragment:fragment:1.8.1" + implementation "androidx.viewpager2:viewpager2:1.1.0" - implementation "com.google.android.material:material:1.9.0" + // Not latest version because of https://github.com/material-components/material-components-android/issues/3924 + implementation "com.google.android.material:material:1.10.0" implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation "com.google.code.gson:gson:2.11.0"