Upgrade to new version of support-test libs

The new libraries fixes bugs with UiThreadTest, and also is also
able to run Parameterized tests on continuous infrastructure.

Test: Run forrest command (go/paste/5209188573642752)
Bug: 70986599
Bug: 70986575
Change-Id: Idbb4513cfb7cb518d59c5c2c15c30230618c384d
This commit is contained in:
Maurice Lam 2017-12-21 19:12:31 -08:00
parent 5153bc0ae2
commit 9cd96c1c7b
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ android.sourceSets {
res.srcDirs = ['test/instrumentation/res']
dependencies {
androidTestImplementation 'com.android.support.test:rules:0.5'
androidTestImplementation 'com.android.support.test:runner:0.5'
androidTestImplementation 'com.android.support.test:rules:1.0.0'
androidTestImplementation 'com.android.support.test:runner:1.0.0'
androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestImplementation 'junit:junit:4.+'

View file

@ -19,7 +19,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.android.setupwizardlib.test">
<uses-sdk tools:overrideLibrary="android.support.test,android.app,android.support.test.rule" />
<uses-sdk tools:overrideLibrary="android.support.test.rules,android.support.test.runner" />
<application>
<activity android:name=".util.DrawingTestActivity" />