diff options
-rw-r--r-- | tests/activity/Android.bp | 2 | ||||
-rw-r--r-- | tests/shared/Android.bp | 2 | ||||
-rw-r--r-- | tests/unit/Android.bp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/activity/Android.bp b/tests/activity/Android.bp index 32077f98..b718a430 100644 --- a/tests/activity/Android.bp +++ b/tests/activity/Android.bp @@ -54,7 +54,7 @@ android_test { "junit", "kotlinx_coroutines_test", "mockito-target-minus-junit4", - "mockito-kotlin2", + "mockito-kotlin-nodeps", "testables", "truth", "truth-java8-extension", 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", ], diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index 2c3c7910..1ae8d883 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -54,7 +54,7 @@ android_test { "kosmos", "kotlinx_coroutines_test", "mockito-target-minus-junit4", - "mockito-kotlin2", + "mockito-kotlin-nodeps", "platform-compat-test-rules", // PlatformCompatChangeRule "testables", // TestableContext/TestableResources "truth", |