Skip to content

Commit 793415f

Browse files
authored
Update version of dexmaker now that we removed jcenter. (#3725)
1 parent dfc3b5a commit 793415f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

firebase-common/firebase-common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ dependencies {
9494
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
9595
androidTestImplementation "com.google.truth:truth:$googleTruthVersion"
9696
androidTestImplementation 'org.mockito:mockito-core:2.25.0'
97-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.25.0'
98-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
97+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
98+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
9999
}

firebase-config/firebase-config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ dependencies {
7474
androidTestImplementation 'org.mockito:mockito-core:2.25.0'
7575
androidTestImplementation 'com.google.truth:truth:0.44'
7676

77-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.25.0'
78-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
77+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
78+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
7979
androidTestImplementation 'junit:junit:4.12'
8080
androidTestImplementation "org.skyscreamer:jsonassert:1.5.0"
8181
}

firebase-crashlytics-ndk/firebase-crashlytics-ndk.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies {
126126
androidTestImplementation 'androidx.test:runner:1.4.0'
127127
androidTestImplementation 'androidx.test:core:1.4.0'
128128
androidTestImplementation 'org.mockito:mockito-core:3.4.3'
129-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.25.0'
130-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
129+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
130+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
131131
androidTestImplementation "com.google.protobuf:protobuf-javalite:$javaliteVersion"
132132
}

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
9191
androidTestImplementation 'org.mockito:mockito-core:3.4.3'
9292
androidTestImplementation "com.google.truth:truth:$googleTruthVersion"
93-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.25.0'
94-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
93+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
94+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
9595
androidTestImplementation 'com.google.protobuf:protobuf-java:3.14.0'
9696
}

firebase-functions/firebase-functions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ dependencies {
7777
androidTestImplementation 'androidx.test:runner:1.3.0'
7878
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
7979
androidTestImplementation 'org.mockito:mockito-core:2.25.0'
80-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.25.0'
81-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
80+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
81+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
8282

8383
testImplementation 'junit:junit:4.12'
8484
testImplementation 'org.mockito:mockito-core:2.25.0'

firebase-inappmessaging-display/firebase-inappmessaging-display.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106

107107
androidTestImplementation "org.mockito:mockito-core:2.25.0"
108108
androidTestImplementation "com.google.dexmaker:dexmaker:1.2"
109-
androidTestImplementation "com.linkedin.dexmaker:dexmaker-mockito:2.25.0"
109+
androidTestImplementation "com.linkedin.dexmaker:dexmaker-mockito:2.28.1"
110110
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
111111
androidTestImplementation 'androidx.test:runner:1.2.0'
112112
androidTestImplementation 'androidx.test:rules:1.2.0'

firebase-inappmessaging/firebase-inappmessaging.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ dependencies {
161161
androidTestImplementation 'org.mockito:mockito-core:2.25.0'
162162
androidTestImplementation 'org.awaitility:awaitility:3.1.0'
163163
androidTestImplementation "io.grpc:grpc-testing:$grpcVersion"
164-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.25.0'
165-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
164+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
165+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
166166

167167
androidTestAnnotationProcessor 'com.google.dagger:dagger-compiler:2.27'
168168
}

0 commit comments

Comments
 (0)