aboutsummaryrefslogtreecommitdiff
path: root/dexmaker-mockito-inline-extended-tests
diff options
context:
space:
mode:
authorGarfield Tan <xutan@google.com>2019-09-10 10:46:22 -0700
committerGarfield Tan <xutan@google.com>2019-09-10 15:36:32 -0700
commit630e0749211cafdefb3fc20762ef29414f5449cf (patch)
tree8fbc03b796012124372d57191ddc589aa7664597 /dexmaker-mockito-inline-extended-tests
parente59c40a8cb8c2f9723d4f6106998fe8914c4b66e (diff)
downloaddexmaker-630e0749211cafdefb3fc20762ef29414f5449cf.tar.gz
Revert "Update dexmaker to latest master."
This reverts commit 239c31c6027c14879646948d62c6bbc6a886361d. Bug: 140773999 Test: Builds. Change-Id: Iaa46762ee841eb4a502439ce2c3534b1cc857d07
Diffstat (limited to 'dexmaker-mockito-inline-extended-tests')
-rw-r--r--dexmaker-mockito-inline-extended-tests/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/dexmaker-mockito-inline-extended-tests/build.gradle b/dexmaker-mockito-inline-extended-tests/build.gradle
index e930123..fcff13c 100644
--- a/dexmaker-mockito-inline-extended-tests/build.gradle
+++ b/dexmaker-mockito-inline-extended-tests/build.gradle
@@ -47,8 +47,8 @@ dependencies {
androidTestImplementation project(':dexmaker-mockito-inline-extended')
implementation 'junit:junit:4.12'
- implementation 'androidx.test:runner:1.1.1'
- implementation 'androidx.test:rules:1.1.1'
+ implementation 'com.android.support.test:runner:1.0.2'
+ implementation 'com.android.support.test:rules:1.0.2'
- api 'org.mockito:mockito-core:2.25.0', { exclude group: 'net.bytebuddy' }
+ api 'org.mockito:mockito-core:2.21.0', { exclude group: 'net.bytebuddy' }
}