diff options
author | 2024-05-13 16:17:32 +0000 | |
---|---|---|
committer | 2024-05-13 16:17:32 +0000 | |
commit | 7d47e33eefaa86c542dcabd857e4592f416cdd44 (patch) | |
tree | 34555dde11fd47d57796aabcd49a8a8582b61e21 | |
parent | 6b2802803702740646eb8f07bada2a4d2eec23b8 (diff) | |
parent | 72438130632712507b1462f233e38bb885c6b412 (diff) |
Merge "Switch to -nodeps flavor of mockito-kotlin" into main
-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", |