@@ -64,7 +64,7 @@ dependencies {
64
64
65
65
testImplementation ' junit:junit:4.13.2'
66
66
testImplementation " com.google.truth:truth:1.4.4"
67
- api ' androidx.test.espresso:espresso-core:3.6.1 '
67
+ api ' androidx.test.espresso:espresso-core:3.7.0 '
68
68
69
69
// Core library
70
70
api ' androidx.test:core:1.7.0'
@@ -79,18 +79,18 @@ dependencies {
79
79
api ' com.google.truth:truth:1.4.4'
80
80
81
81
// Espresso dependencies
82
- api ' androidx.test.espresso:espresso-core:3.6.1 '
83
- api ' androidx.test.espresso:espresso-contrib:3.6.1 '
84
- api ' androidx.test.espresso:espresso-intents:3.6.1 '
85
- api ' androidx.test.espresso:espresso-accessibility:3.6.1 '
86
- api ' androidx.test.espresso:espresso-web:3.6.1 '
87
- api ' androidx.test.espresso.idling:idling-concurrent:3.6.1 '
82
+ api ' androidx.test.espresso:espresso-core:3.7.0 '
83
+ api ' androidx.test.espresso:espresso-contrib:3.7.0 '
84
+ api ' androidx.test.espresso:espresso-intents:3.7.0 '
85
+ api ' androidx.test.espresso:espresso-accessibility:3.7.0 '
86
+ api ' androidx.test.espresso:espresso-web:3.7.0 '
87
+ api ' androidx.test.espresso.idling:idling-concurrent:3.7.0 '
88
88
89
89
// The following Espresso dependency can be either "implementation"
90
90
// or "androidTestImplementation", depending on whether you want the
91
91
// dependency to appear on your APK's compile classpath or the test APK
92
92
// classpath.
93
- api ' androidx.test.espresso:espresso-idling-resource:3.6.1 '
93
+ api ' androidx.test.espresso:espresso-idling-resource:3.7.0 '
94
94
}
95
95
96
96
0 commit comments