use more stable CameraX 1.1.0-rc02

This commit is contained in:
darthpaul 2022-06-26 00:12:19 +01:00
parent 79cbe55a7f
commit e691fc1e8c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
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-camera2:$camerax_version"
implementation "androidx.camera:camera-video:$camerax_version"