aboutsummaryrefslogtreecommitdiff
path: root/dexmaker-mockito-tests
diff options
context:
space:
mode:
authorGarfield Tan <xutan@google.com>2019-08-16 10:58:29 -0700
committerGarfield Tan <xutan@google.com>2019-08-16 10:59:06 -0700
commitaf29ec14cc2419ba013ffd2f66ee26b5541d098d (patch)
treefeb7f5c5234788468937d0b0f70d9e03dcddd650 /dexmaker-mockito-tests
parent6bf1ac943851d7672cf50667edc60969f69e22c5 (diff)
downloaddexmaker-af29ec14cc2419ba013ffd2f66ee26b5541d098d.tar.gz
Revert "Update to Mockito 2.25.0 and impl InlineMockMaker."
This reverts commit 69d8fa5f4514491b819b183411c6dd5b6f713ffb. This is part of the following update. Bug: 138669713 Test: Builds. Change-Id: Ice6a07c17333d09b26c11abb5ca7b40fc79c5610
Diffstat (limited to 'dexmaker-mockito-tests')
-rw-r--r--dexmaker-mockito-tests/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexmaker-mockito-tests/build.gradle b/dexmaker-mockito-tests/build.gradle
index 9379d17..f051535 100644
--- a/dexmaker-mockito-tests/build.gradle
+++ b/dexmaker-mockito-tests/build.gradle
@@ -42,5 +42,5 @@ dependencies {
implementation 'com.android.support.test:runner:0.5'
implementation 'junit:junit:4.12'
- api 'org.mockito:mockito-core:2.25.0', { exclude group: 'net.bytebuddy' }
+ api 'org.mockito:mockito-core:2.21.0', { exclude group: 'net.bytebuddy' }
}