Skip to content

Commit d8af001

Browse files
authored
Bump common dependency in ml-data-collection-tests (#5901)
This fixes an issue with conflicting kotlin versions
1 parent 389a2d6 commit d8af001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-ml-modeldownloader/ml-data-collection-tests/ml-data-collection-tests.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444
dependencies {
4545
implementation project(':firebase-ml-modeldownloader')
4646
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'
47+
implementation 'com.google.firebase:firebase-common:21.0.0'
48+
implementation 'com.google.firebase:firebase-common-ktx:21.0.0'
4949

5050
testImplementation 'androidx.test:runner:1.2.0'
5151
testImplementation "androidx.test.ext:junit:$androidxTestJUnitVersion"

0 commit comments

Comments
 (0)