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