Browse Source

Merge pull request #856 from austinhuang0131/renovate/androidx.camera-camera-view-1.x

Update dependency androidx.camera:camera-view to v1.0.0-alpha24
renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
committed by GitHub
parent
commit
409d8c928d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
app/build.gradle

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

Loading…
Cancel
Save