Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a8f0e9f

Browse files
committed
Use mockito-inline
1 parent 886c2b7 commit a8f0e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
dependencies {
5050
compileOnly 'androidx.annotation:annotation:1.1.0'
5151
testImplementation 'junit:junit:4.12'
52-
testImplementation 'org.mockito:mockito-core:3.5.13'
52+
testImplementation 'org.mockito:mockito-inline:3.5.13'
5353
testImplementation 'androidx.test:core:1.3.0'
5454
testImplementation 'org.robolectric:robolectric:4.3'
5555
}

0 commit comments

Comments
 (0)