Skip to content

Commit 2e95a04

Browse files
fergushendersoncopybara-github
authored andcommitted
Update versions of play-services-tflite-{java,gpu,support} used in example apps.
PiperOrigin-RevId: 697668379
1 parent 6106a9b commit 2e95a04

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

lite/examples/acceleration_service/android_play_services/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ android {
3737

3838

3939
dependencies {
40-
implementation "com.google.android.gms:play-services-tflite-acceleration-service:16.0.0-beta01"
40+
implementation "com.google.android.gms:play-services-tflite-acceleration-service:16.3.0-beta01"
4141

42-
implementation "com.google.android.gms:play-services-tflite-java:16.1.0"
43-
implementation "com.google.android.gms:play-services-tflite-support:16.1.0"
44-
implementation "com.google.android.gms:play-services-tflite-gpu:16.2.0"
42+
implementation "com.google.android.gms:play-services-tflite-java:16.3.0"
43+
implementation "com.google.android.gms:play-services-tflite-support:16.3.0"
44+
implementation "com.google.android.gms:play-services-tflite-gpu:16.3.0"
4545

4646
implementation "com.google.android.gms:play-services-tasks:18.0.2"
4747
implementation "androidx.appcompat:appcompat:1.4.1"

lite/examples/image_classification/android_play_services/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ dependencies {
101101
implementation "androidx.camera:camera-view:1.0.0-alpha32"
102102

103103
// Tensorflow Lite in Play Services dependencies
104-
implementation "com.google.android.gms:play-services-tflite-gpu:16.1.1-eap03"
105-
implementation "com.google.android.gms:play-services-tflite-java:16.0.2-eap03"
106-
implementation "com.google.android.gms:play-services-tflite-support:16.0.2-eap03"
104+
implementation "com.google.android.gms:play-services-tflite-gpu:16.3.0"
105+
implementation "com.google.android.gms:play-services-tflite-java:16.3.0"
106+
implementation "com.google.android.gms:play-services-tflite-support:16.3.0"
107107

108108
// Testing-only dependencies
109109
testImplementation 'org.robolectric:robolectric:4.4'
@@ -122,4 +122,4 @@ dependencies {
122122
// Download default models; if you wish to use your own models then
123123
// place them in the "assets" directory and comment out this line.
124124
project.ext.ASSET_DIR = projectDir.toString() + '/src/main/assets'
125-
apply from:'download.gradle'
125+
apply from:'download.gradle'

lite/examples/native_api/android_play_services/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ dependencies {
5656
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
5757
androidTestImplementation 'com.google.truth:truth:1.1.3'
5858

59-
implementation 'com.google.android.gms:play-services-tflite-java:16.2.0-beta02'
60-
implementation 'com.google.android.gms:play-services-tflite-gpu:16.2.0'
59+
implementation 'com.google.android.gms:play-services-tflite-java:16.3.0'
60+
implementation 'com.google.android.gms:play-services-tflite-gpu:16.3.0'
6161
}

0 commit comments

Comments
 (0)