mirror of
https://github.com/googlesamples/mlkit.git
synced 2026-01-09 07:10:56 +08:00
Update langid SDK version.
PiperOrigin-RevId: 627439927 Change-Id: I825a0fdafaae74647b6dfcedc11268b3a5f54037
This commit is contained in:
parent
4a015dba20
commit
80eed66f33
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user