mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-28 22:10:55 +02:00
Simplifying dependencies
This commit is contained in:
parent
c16f175ebc
commit
9035fda17a
@ -118,14 +118,13 @@ dependencies {
|
|||||||
|
|
||||||
// For QR Scanning
|
// For QR Scanning
|
||||||
implementation 'com.google.mlkit:vision-common:17.3.0'
|
implementation 'com.google.mlkit:vision-common:17.3.0'
|
||||||
implementation 'com.google.mlkit:barcode-scanning:17.0.3'
|
|
||||||
|
|
||||||
// Use this dependency to use the dynamically downloaded model in Google Play Services
|
// Local Barcode Scanning model
|
||||||
implementation 'com.google.android.gms:play-services-mlkit-language-id:17.0.0'
|
implementation 'com.google.mlkit:barcode-scanning:17.0.3'
|
||||||
|
|
||||||
// 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-common:16.1.0'
|
implementation 'com.google.mlkit:language-id:17.0.4'
|
||||||
|
|
||||||
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user