fix(deps): update camera to v1.6.0 (#6514)
* fix(deps): update camera to v1.6.0 * Add dependency to com.google.guava:guava to fix compilation issue. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
parent
2c6f1888f4
commit
9dd61bbd37
2 changed files with 3 additions and 1 deletions
|
|
@ -20,4 +20,5 @@ dependencies {
|
|||
implementation(libs.androidx.camera.camera2)
|
||||
implementation(libs.zxing.cpp)
|
||||
implementation(libs.google.zxing)
|
||||
implementation(libs.google.guava)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue