diff --git a/build.gradle b/build.gradle index e779d3c0ff..151df4441f 100644 --- a/build.gradle +++ b/build.gradle @@ -78,12 +78,12 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.exifinterface:exifinterface:1.3.6' + implementation 'androidx.exifinterface:exifinterface:1.3.7' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.emoji2:emoji2:1.4.0' gitImplementation "androidx.emoji2:emoji2-bundled:1.4.0" implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.cardview:cardview:1.0.0' // for compatibility implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' implementation 'com.google.android.exoplayer:exoplayer-core:2.19.1' @@ -128,7 +128,7 @@ dependencies { implementation "com.daimajia.swipelayout:library:1.2.0@aar" implementation 'com.nineoldandroids:library:2.4.0' implementation "androidx.core:core-ktx:1.12.0" - implementation "androidx.compose.material3:material3-android:1.2.0-alpha12" + implementation "androidx.compose.material3:material3-android:1.2.0-beta01" } ext {