Añadir la opcion de registrar el historico de un producto en un supermercado con su precio y manejo de notificaciones de stock bajo

This commit is contained in:
2026-08-10 09:10:46 +02:00
parent 57b545c243
commit 9554190f54
21 changed files with 715 additions and 60 deletions
+2
View File
@@ -18,6 +18,7 @@ textRecognition = "16.0.1"
coil = "2.7.0"
workManager = "2.10.0"
room = "2.6.1"
biometric = "1.2.0-alpha05"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -51,6 +52,7 @@ androidx-work-runtime = { group = "androidx.work", name = "work-runtime-ktx", ve
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
androidx-biometric = { group = "androidx.biometric", name = "biometric", version.ref = "biometric" }
material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
[plugins]