File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ dependencies {
2626 testImplementation " androidx.test:core:$androidxTestCoreVersion "
2727
2828 lintChecks " org.wordpress:lint:$wordpressLintVersion "
29+
2930 androidTestImplementation " androidx.test:runner:$androidxTestCoreVersion "
3031 androidTestImplementation " androidx.test:rules:$androidxTestCoreVersion "
3132 androidTestImplementation " androidx.test.ext:junit:$jUnitExtVersion "
3233 androidTestImplementation " com.android.support.test.uiautomator:uiautomator-v18:$uiAutomatorVersion "
33-
3434}
3535
3636android {
Original file line number Diff line number Diff line change 5050 androidxTestCoreVersion = ' 1.4.0'
5151 assertjVersion = ' 3.11.1'
5252 junitVersion = ' 4.12'
53- jUnitExtVersion = ' 1.1.3'
5453 robolectricVersion = ' 4.9'
54+
55+ // android test
56+ jUnitExtVersion = ' 1.1.3'
5557 uiAutomatorVersion = ' 2.1.2'
5658}
You can’t perform that action at this time.
0 commit comments