Update dependency androidx.camera:camera-view to v1.0.0-alpha25

This commit is contained in:
Renovate Bot 2021-06-22 00:27:54 +00:00
parent bf9d847e4b
commit 14c98ba5cf
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ dependencies {
def camerax_version = "1.1.0-alpha04"
implementation "androidx.camera:camera-camera2:$camerax_version"
implementation "androidx.camera:camera-lifecycle:$camerax_version"
implementation "androidx.camera:camera-view:1.0.0-alpha24"
implementation "androidx.camera:camera-view:1.0.0-alpha25"
// EmojiCompat
def emoji_compat_version = "1.1.0"