We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc5168a + 4f39eb0 commit 44e6a6aCopy full SHA for 44e6a6a
android/smartreply/app/build.gradle
@@ -5,7 +5,7 @@ android {
5
compileSdkVersion 34
6
defaultConfig {
7
applicationId "com.google.mlkit.samples.nl.smartreply"
8
- minSdkVersion 19
+ minSdkVersion 21
9
targetSdkVersion 34
10
versionCode 1
11
versionName "1.0"
@@ -48,7 +48,7 @@ dependencies {
48
implementation 'androidx.recyclerview:recyclerview:1.1.0'
49
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
50
51
- implementation 'com.google.mlkit:smart-reply:17.0.3'
+ implementation 'com.google.mlkit:smart-reply:17.0.4'
52
// Or comment the dependency above and uncomment the dependency below to
53
// use unbundled model that depends on Google Play Services
54
// implementation 'com.google.android.gms:play-services-mlkit-smart-reply:16.0.0-beta1'
0 commit comments