aboutsummaryrefslogtreecommitdiff
path: root/dexmaker-tests
diff options
context:
space:
mode:
authorGarfield Tan <xutan@google.com>2019-07-31 13:38:15 -0700
committerGarfield Tan <xutan@google.com>2019-08-16 11:02:18 -0700
commit239c31c6027c14879646948d62c6bbc6a886361d (patch)
treef2ee94e68310ffee2f6d9e2a07472a58d4222547 /dexmaker-tests
parent4d7ae990719d81b616a08de466f9fcc043ec4d4a (diff)
downloaddexmaker-239c31c6027c14879646948d62c6bbc6a886361d.tar.gz
Update dexmaker to latest master.
The new commit hash in upstream is c58ffebcbb2564c7d1fa6fb58b48f351c330296d. Bug: 138669713 Test: CtsMockingTestCases CtsInlineMockingTestCases CtsMockingDebuggableTestCases CtsExtendedMockingTestCases Change-Id: I2903728d7f4e13290e6e7cc9382b98e4b589cb8f
Diffstat (limited to 'dexmaker-tests')
-rw-r--r--dexmaker-tests/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexmaker-tests/build.gradle b/dexmaker-tests/build.gradle
index 5ae5f2d..7b2552c 100644
--- a/dexmaker-tests/build.gradle
+++ b/dexmaker-tests/build.gradle
@@ -36,6 +36,6 @@ dependencies {
implementation project(":dexmaker")
//noinspection GradleDependency
- androidTestImplementation 'com.android.support.test:runner:0.5'
+ androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'junit:junit:4.12'
}