@@ -92,17 +92,20 @@ dependencies {
92
92
testImplementation ' org.robolectric:robolectric:4.3.1'
93
93
testImplementation ' org.skyscreamer:jsonassert:1.5.0'
94
94
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'
101
101
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
102
102
androidTestImplementation ' io.mockk:mockk-android:1.10.0'
103
103
androidTestImplementation ' junit:junit:4.13'
104
104
105
105
androidTestPlaystoreImplementation ' tools.fastlane:screengrab:2.0.0'
106
106
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
+ }
108
111
}
0 commit comments