Skip to content

Commit fe76604

Browse files
committed
Deps: Move android test specific version to android test versions group
1 parent 7bf042f commit fe76604

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

WordPressUtils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3636
android {

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ ext {
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
}

0 commit comments

Comments
 (0)