update CameraX
This commit is contained in:
parent
d9afde41ed
commit
c406636492
|
@ -69,7 +69,7 @@ dependencies {
|
||||||
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
|
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
|
||||||
implementation 'androidx.window:window:1.1.0-alpha03'
|
implementation 'androidx.window:window:1.1.0-alpha03'
|
||||||
|
|
||||||
def camerax_version = '1.1.0'
|
def camerax_version = '1.2.0-beta02'
|
||||||
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