From ddbeb84ef80e6f81d2a90c719c8bc97fa0845ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:25:22 +0000 Subject: [PATCH] fix(deps): update dependency androidx.camera:camera-extensions to v1.2.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b7c7ed3..0e608ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.camera:camera-camera2:1.0.0-beta11' implementation 'androidx.camera:camera-core:1.0.0-beta11' implementation 'androidx.camera:camera-core:1.0.0-beta11' - implementation 'androidx.camera:camera-extensions:1.0.0-alpha18' + implementation 'androidx.camera:camera-extensions:1.2.2' implementation 'androidx.camera:camera-lifecycle:1.0.0-beta11' implementation 'androidx.camera:camera-view:1.0.0-alpha15' implementation 'org.pytorch:pytorch_android:1.10.0'