Testing to see if the use of PlayServices dependencies uses less cache from the app.

This commit is contained in:
Vitor Pamplona 2023-02-05 18:09:49 -05:00
parent 9035fda17a
commit f1a37afaf1

View File

@ -120,11 +120,11 @@ dependencies {
implementation 'com.google.mlkit:vision-common:17.3.0' implementation 'com.google.mlkit:vision-common:17.3.0'
// Local Barcode Scanning model // Local Barcode Scanning model
implementation 'com.google.mlkit:barcode-scanning:17.0.3' implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0'
// Use this dependency to use the translate text // Use this dependency to use the translate text
implementation 'com.google.mlkit:translate:17.0.1' implementation 'com.google.mlkit:translate:17.0.1'
implementation 'com.google.mlkit:language-id:17.0.4' implementation 'com.google.android.gms:play-services-mlkit-language-id:17.0.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:junit:1.1.5'