Añadir la opcion de la lista de la compra que por articulo se pueda actualizar el precio

This commit is contained in:
2026-08-07 10:20:24 +02:00
parent 84b2be8568
commit 57b545c243
7 changed files with 288 additions and 33 deletions
+2
View File
@@ -14,6 +14,7 @@ okhttp = "4.12.0"
mariadbJavaClient = "3.5.10"
camerax = "1.4.1"
barcodeScanning = "17.3.0"
textRecognition = "16.0.1"
coil = "2.7.0"
workManager = "2.10.0"
room = "2.6.1"
@@ -44,6 +45,7 @@ androidx-camera-camera2 = { group = "androidx.camera", name = "camera-camera2",
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "camerax" }
androidx-camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "camerax" }
barcode-scanning = { group = "com.google.mlkit", name = "barcode-scanning", version.ref = "barcodeScanning" }
text-recognition = { group = "com.google.mlkit", name = "text-recognition", version.ref = "textRecognition" }
coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
androidx-work-runtime = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "workManager" }
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }