This commit is contained in:
Mariya
2023-12-15 16:52:20 +05:30
parent 4e213f4920
commit 23850d4bfe
16 changed files with 258 additions and 12 deletions

View File

@@ -91,10 +91,12 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.13.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
implementation 'com.opencsv:opencsv:5.5'
//Room
implementation "androidx.room:room-ktx:2.6.0"
implementation "androidx.room:room-runtime:2.6.0"
kapt ("androidx.room:room-compiler:2.6.0")
implementation "androidx.room:room-ktx:2.6.1"
implementation "androidx.room:room-runtime:2.6.1"
kapt ("androidx.room:room-compiler:2.6.1")
// Barcode scanner
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'