1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-24 17:45:50 +01:00

Update androidx.camera to v1.4.1

This commit is contained in:
dependency-bot 2024-12-14 01:08:19 +00:00
parent c918765931
commit c581aba998

View File

@ -201,10 +201,10 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation "androidx.camera:camera-core:1.4.0"
implementation "androidx.camera:camera-camera2:1.4.0"
implementation 'androidx.camera:camera-view:1.4.0'
implementation 'androidx.camera:camera-lifecycle:1.4.0'
implementation "androidx.camera:camera-core:1.4.1"
implementation "androidx.camera:camera-camera2:1.4.1"
implementation 'androidx.camera:camera-view:1.4.1'
implementation 'androidx.camera:camera-lifecycle:1.4.1'
testImplementation "junit:junit:4.13.2"
testImplementation "org.mockito:mockito-core:5.14.2"