From 4f39eb075a77576bb903dde8b5ea34042d2a989c Mon Sep 17 00:00:00 2001 From: Google ML Kit Date: Tue, 23 Apr 2024 17:52:59 +0000 Subject: [PATCH] Update smart reply SDK version. PiperOrigin-RevId: 627439927 Change-Id: Id7604b1ab91bb2bfc22967e2a3dd261c7059b45b --- android/smartreply/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/smartreply/app/build.gradle b/android/smartreply/app/build.gradle index 167154e..e8853bf 100644 --- a/android/smartreply/app/build.gradle +++ b/android/smartreply/app/build.gradle @@ -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'