dependabot[bot]
Committed by GitHub

build(deps): bump camera-camera2 in /android

Bumps camera-camera2 from 1.1.0-beta03 to 1.1.0-rc01.

---
updated-dependencies:
- dependency-name: androidx.camera:camera-camera2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@@ -47,7 +47,7 @@ android { @@ -47,7 +47,7 @@ android {
47 dependencies { 47 dependencies {
48 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 48 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
49 implementation 'com.google.mlkit:barcode-scanning:17.0.2' 49 implementation 'com.google.mlkit:barcode-scanning:17.0.2'
50 - implementation "androidx.camera:camera-camera2:1.1.0-beta03" 50 + implementation "androidx.camera:camera-camera2:1.1.0-rc01"
51 implementation 'androidx.camera:camera-lifecycle:1.1.0-beta03' 51 implementation 'androidx.camera:camera-lifecycle:1.1.0-beta03'
52 52
53 // // The following line is optional, as the core library is included indirectly by camera-camera2 53 // // The following line is optional, as the core library is included indirectly by camera-camera2