Moving barcode scanning model to ship with the app.

pull/167/head
Vitor Pamplona 2023-02-24 16:02:22 -05:00
rodzic f2ffa4c915
commit 21b10977d6
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -134,7 +134,8 @@ dependencies {
implementation 'com.google.mlkit:vision-common:17.3.0'
// Local Barcode Scanning model
implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0'
// The idea is to make it work for degoogled phones
implementation 'com.google.mlkit:barcode-scanning:17.0.3'
// Use this dependency to use the translate text
implementation 'com.google.mlkit:translate:17.0.1'