Skip to content

Commit 44e6a6a

Browse files
zhouyiselfGerrit Code Review
authored and
Gerrit Code Review
committed
Merge "Update smart reply SDK version."
2 parents cc5168a + 4f39eb0 commit 44e6a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/smartreply/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
compileSdkVersion 34
66
defaultConfig {
77
applicationId "com.google.mlkit.samples.nl.smartreply"
8-
minSdkVersion 19
8+
minSdkVersion 21
99
targetSdkVersion 34
1010
versionCode 1
1111
versionName "1.0"
@@ -48,7 +48,7 @@ dependencies {
4848
implementation 'androidx.recyclerview:recyclerview:1.1.0'
4949
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
5050

51-
implementation 'com.google.mlkit:smart-reply:17.0.3'
51+
implementation 'com.google.mlkit:smart-reply:17.0.4'
5252
// Or comment the dependency above and uncomment the dependency below to
5353
// use unbundled model that depends on Google Play Services
5454
// implementation 'com.google.android.gms:play-services-mlkit-smart-reply:16.0.0-beta1'

0 commit comments

Comments
 (0)