Skip to content

Commit

Permalink
Version update for LangId demo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 421145025
Change-Id: Ia3912e7170663e9eaa3d9cbca8103778823cdc25
  • Loading branch information
Google ML Kit authored and zhouyiself committed Jan 11, 2022
1 parent c8b8578 commit 59fadd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/langid/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ 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.2'
implementation 'com.google.mlkit:language-id:17.0.3'
// 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:16.0.0-beta2'
// implementation 'com.google.android.gms:play-services-mlkit-language-id:17.0.0-beta1'
}

0 comments on commit 59fadd8

Please sign in to comment.