We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389a2d6 commit d8af001Copy full SHA for d8af001
firebase-ml-modeldownloader/ml-data-collection-tests/ml-data-collection-tests.gradle
@@ -44,8 +44,8 @@ android {
44
dependencies {
45
implementation project(':firebase-ml-modeldownloader')
46
implementation 'androidx.core:core:1.2.0'
47
- implementation 'com.google.firebase:firebase-common:20.4.2'
48
- implementation 'com.google.firebase:firebase-common-ktx:20.4.2'
+ implementation 'com.google.firebase:firebase-common:21.0.0'
+ implementation 'com.google.firebase:firebase-common-ktx:21.0.0'
49
50
testImplementation 'androidx.test:runner:1.2.0'
51
testImplementation "androidx.test.ext:junit:$androidxTestJUnitVersion"
0 commit comments