Добавлен Ui для веб-камер

This commit is contained in:
mezhendosina 2023-06-09 19:31:08 +05:00
parent 2a6bfb205c
commit 0bdf64b7ed
4 changed files with 155 additions and 1 deletions

View file

@ -145,4 +145,8 @@ dependencies {
// Map Compose library
implementation("ovh.plrapps:mapcompose:2.7.1")
}
// Glide
implementation ("com.github.bumptech.glide:glide:4.14.2")
implementation("com.github.bumptech.glide:compose:1.0.0-alpha.1")
}