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