Skip to content

Commit 46bacc7

Browse files
committed
Add missing mock dependency in appdistro
1 parent f362d77 commit 46bacc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-appdistribution/firebase-appdistribution.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ dependencies {
9898
testImplementation libs.androidx.test.core
9999
testImplementation libs.truth
100100
testImplementation libs.junit
101+
testImplementation libs.mockito.core
101102
testImplementation libs.robolectric
102103

103104
androidTestImplementation(project(":integ-testing")){

0 commit comments

Comments
 (0)