Añadir la opcion de la lista de la compra que por articulo se pueda actualizar el precio
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user