Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
build(app): fix dependency for barcode scan e camera preview
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 14, 2023
1 parent c233e0d commit 2a4047e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ dependencies {
implementation("androidx.compose.material:material")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.runtime:runtime-livedata")
implementation(libs.bundles.camera.view)
implementation(libs.bundles.barcode.scanning)
implementation(platform("com.google.firebase:firebase-bom:32.0.0"))
implementation("com.google.firebase:firebase-crashlytics-ktx")
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ camera-view = [
]

barcode-scanning = [
"androidx-camera-view",
"barcode-scanning",
"guava"
]
Expand Down

0 comments on commit 2a4047e

Please sign in to comment.