use more stable CameraX 1.1.0-rc02
This commit is contained in:
parent
79cbe55a7f
commit
e691fc1e8c
|
@ -68,7 +68,7 @@ dependencies {
|
||||||
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
|
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
|
||||||
implementation 'androidx.window:window:1.1.0-alpha02'
|
implementation 'androidx.window:window:1.1.0-alpha02'
|
||||||
|
|
||||||
def camerax_version = '1.2.0-alpha02'
|
def camerax_version = '1.1.0-rc02'
|
||||||
implementation "androidx.camera:camera-core:$camerax_version"
|
implementation "androidx.camera:camera-core:$camerax_version"
|
||||||
implementation "androidx.camera:camera-camera2:$camerax_version"
|
implementation "androidx.camera:camera-camera2:$camerax_version"
|
||||||
implementation "androidx.camera:camera-video:$camerax_version"
|
implementation "androidx.camera:camera-video:$camerax_version"
|
||||||
|
|
Loading…
Reference in New Issue