Skip to content

Commit 04a9d5b

Browse files
Merge pull request #338 from ashutoshgngwr/chore/bump-testing-deps
chore(app): bump android testing stack
2 parents 03d6f63 + 8c9e8fa commit 04a9d5b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

app/build.gradle

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,20 @@ dependencies {
9292
testImplementation 'org.robolectric:robolectric:4.3.1'
9393
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
9494

95-
androidTestImplementation 'androidx.test:core:1.2.0'
96-
androidTestImplementation 'androidx.test:rules:1.2.0'
97-
androidTestImplementation 'androidx.test:runner:1.2.0'
98-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
99-
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
100-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0'
95+
androidTestImplementation 'androidx.test:core:1.3.0'
96+
androidTestImplementation 'androidx.test:rules:1.3.0'
97+
androidTestImplementation 'androidx.test:runner:1.3.0'
98+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
99+
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
100+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.3.0'
101101
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
102102
androidTestImplementation 'io.mockk:mockk-android:1.10.0'
103103
androidTestImplementation 'junit:junit:4.13'
104104

105105
androidTestPlaystoreImplementation 'tools.fastlane:screengrab:2.0.0'
106106

107-
debugImplementation 'androidx.fragment:fragment-testing:1.2.5'
107+
debugImplementation 'androidx.fragment:fragment-testing:1.2.5', {
108+
// https://github.com/android/android-test/issues/294
109+
exclude group: 'androidx.test', module: 'core'
110+
}
108111
}

0 commit comments

Comments
 (0)