diff options
author | 2024-05-10 16:52:42 -0400 | |
---|---|---|
committer | 2024-05-10 17:02:57 -0400 | |
commit | 72438130632712507b1462f233e38bb885c6b412 (patch) | |
tree | 53760787874373e22720942035807e9d48433c70 /tests/shared | |
parent | a80f46c7fe49ef00ebee256a89e291b420d9efa0 (diff) |
Switch to -nodeps flavor of mockito-kotlin
Bug: 339853443
Test: Treehugger presubmit
Flag: TEST_ONLY
Change-Id: I4a33919fec204d0c94d4c8b850fd243bbc01630f
Diffstat (limited to 'tests/shared')
-rw-r--r-- | tests/shared/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared/Android.bp b/tests/shared/Android.bp index 7f5d605a..041e1ccc 100644 --- a/tests/shared/Android.bp +++ b/tests/shared/Android.bp @@ -32,7 +32,7 @@ java_library { "hamcrest", "IntentResolver-core", "kosmos", - "mockito-kotlin2", + "mockito-kotlin-nodeps", "mockito-target-minus-junit4", "truth", ], |