Update translate SDK version.

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

View File

@ -6,7 +6,7 @@ android {
compileSdkVersion 34 compileSdkVersion 34
defaultConfig { defaultConfig {
applicationId 'com.google.mlkit.samples.nl.translate' applicationId 'com.google.mlkit.samples.nl.translate'
minSdkVersion 19 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
multiDexEnabled true multiDexEnabled true
versionCode 1 versionCode 1
@ -38,7 +38,7 @@ android {
dependencies { dependencies {
implementation project(':internal:chooserx') implementation project(':internal:chooserx')
implementation 'com.google.mlkit:translate:17.0.2' implementation 'com.google.mlkit:translate:17.0.3'
// Those dependencies are not required by the SDK. They are used for the sample itself. // Those dependencies are not required by the SDK. They are used for the sample itself.
implementation 'androidx.core:core-ktx:1.3.0' implementation 'androidx.core:core-ktx:1.3.0'