Merge pull request #1500 from austinhuang0131/renovate/androidx.camera-camera-camera2-1.x

Update dependency androidx.camera:camera-camera2 to v1.1.0-alpha06
This commit is contained in:
Austin Huang 2021-07-02 16:11:18 -04:00 committed by GitHub
commit 3ce2ec5fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:$room_version"
// CameraX
def camerax_version = "1.1.0-alpha05"
def camerax_version = "1.1.0-alpha06"
implementation "androidx.camera:camera-camera2:$camerax_version"
implementation "androidx.camera:camera-lifecycle:$camerax_version"
implementation "androidx.camera:camera-view:1.0.0-alpha25"