Update langid SDK version.

PiperOrigin-RevId: 627439927
Change-Id: I825a0fdafaae74647b6dfcedc11268b3a5f54037
This commit is contained in:
Google ML Kit 2024-04-23 17:52:59 +00:00 committed by Yi Zhou
parent 4a015dba20
commit 80eed66f33

View File

@ -5,7 +5,7 @@ android {
compileSdkVersion 34
defaultConfig {
applicationId "com.google.mlkit.samples.nl.languageid"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"
@ -39,7 +39,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.mlkit:language-id:17.0.5'
implementation 'com.google.mlkit:language-id:17.0.6'
// Or comment the dependency above and uncomment the dependency below to
// use unbundled model that depends on Google Play Services
// implementation 'com.google.android.gms:play-services-mlkit-language-id:17.0.0'