Skip to content

Commit 8798cdc

Browse files
author
gpnadmin
committedOct 8, 2020
upgrade firebase_ml_vision library for android
1 parent 2273334 commit 8798cdc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎packages/firebase_ml_vision/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
disable 'InvalidPackage'
3333
}
3434
dependencies {
35-
api 'com.google.firebase:firebase-ml-vision:20.0.0'
35+
api 'com.google.firebase:firebase-ml-vision:24.0.3'
3636
implementation 'com.google.firebase:firebase-common:16.1.0'
3737
implementation 'androidx.annotation:annotation:1.0.0'
3838
implementation 'androidx.exifinterface:exifinterface:1.0.0'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)
Please sign in to comment.