added camerax libraries to build.gradle
This commit is contained in:
parent
39bb37f5c3
commit
354bf937b2
@ -36,4 +36,8 @@ dependencies {
|
|||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
|
|
||||||
|
// Required for CameraX
|
||||||
|
implementation 'androidx.camera:camera-core:1.2.2'
|
||||||
|
implementation 'androidx.camera:camera-camera2:1.2.2'
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user