bk_video #4

Manually merged
kohlerba68671 merged 30 commits from bk_video into master 2023-06-02 15:51:57 +00:00
Showing only changes of commit 354bf937b2 - Show all commits

View File

@ -36,4 +36,8 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
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'
}