Update smart reply SDK version.

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

View File

@ -5,7 +5,7 @@ android {
compileSdkVersion 34
defaultConfig {
applicationId "com.google.mlkit.samples.nl.smartreply"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"
@ -48,7 +48,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'com.google.mlkit:smart-reply:17.0.3'
implementation 'com.google.mlkit:smart-reply:17.0.4'
// 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-smart-reply:16.0.0-beta1'