Bump camera-view from 1.1.0-beta02 to 1.2.0-alpha02

Bumps camera-view from 1.1.0-beta02 to 1.2.0-alpha02.

---
updated-dependencies:
- dependency-name: androidx.camera:camera-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-07 03:51:53 +00:00 committed by Wisest_wizard
parent e7aeb667ff
commit 7d02b56e62

View File

@ -194,7 +194,7 @@ dependencies {
def camerax_version = "1.2.0-alpha02"
implementation "androidx.camera:camera-camera2:$camerax_version"
implementation "androidx.camera:camera-lifecycle:$camerax_version"
implementation "androidx.camera:camera-view:1.1.0-beta02"
implementation "androidx.camera:camera-view:1.2.0-alpha02"
// EmojiCompat
def emoji_compat_version = "1.1.0"