Browse Source
Update dependency androidx.camera:camera-camera2 to v1.1.0-alpha05
renovate/org.robolectric-robolectric-4.x
Renovate Bot
3 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
@ -202,7 +202,7 @@ dependencies { |
|
|
annotationProcessor "androidx.room:room-compiler:$room_version" |
|
|
annotationProcessor "androidx.room:room-compiler:$room_version" |
|
|
|
|
|
|
|
|
// CameraX |
|
|
// CameraX |
|
|
def camerax_version = "1.1.0-alpha04" |
|
|
|
|
|
|
|
|
def camerax_version = "1.1.0-alpha05" |
|
|
implementation "androidx.camera:camera-camera2:$camerax_version" |
|
|
implementation "androidx.camera:camera-camera2:$camerax_version" |
|
|
implementation "androidx.camera:camera-lifecycle:$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-alpha24" |
|
|