Skip to content

Commit b51f89e

Browse files
committed
Fix deps
1 parent 892b727 commit b51f89e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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
}

0 commit comments

Comments
 (0)