Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
e42b86b5f5 Update dependency androidx.camera:camera-view to v1.3.4 2024-06-14 00:02:07 +00:00

View File

@ -74,9 +74,9 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4'
implementation 'androidx.camera:camera-lifecycle:1.3.4'
implementation 'androidx.camera:camera-lifecycle:1.3.3'
implementation 'androidx.camera:camera-view:1.3.4'
runtimeOnly 'androidx.camera:camera-camera2:1.3.4'
runtimeOnly 'androidx.camera:camera-camera2:1.3.3'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.android.material:material:1.12.0'