additional dep

This commit is contained in:
fosse 2023-08-08 11:49:38 -04:00
parent f5a1273d43
commit a973f4699a

View file

@ -93,4 +93,6 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.unstoppabledomains:resolution:5.0.0'
// barcode scanning:
implementation 'com.google.mlkit:barcode-scanning:17.0.2'
}