Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation "com.google.truth:truth:1.4.4"
api 'androidx.test.espresso:espresso-core:3.6.1'
api 'androidx.test.espresso:espresso-core:3.7.0'

// Core library
api 'androidx.test:core:1.7.0'
Expand All @@ -79,18 +79,18 @@ dependencies {
api 'com.google.truth:truth:1.4.4'

// Espresso dependencies
api 'androidx.test.espresso:espresso-core:3.6.1'
api 'androidx.test.espresso:espresso-contrib:3.6.1'
api 'androidx.test.espresso:espresso-intents:3.6.1'
api 'androidx.test.espresso:espresso-accessibility:3.6.1'
api 'androidx.test.espresso:espresso-web:3.6.1'
api 'androidx.test.espresso.idling:idling-concurrent:3.6.1'
api 'androidx.test.espresso:espresso-core:3.7.0'
api 'androidx.test.espresso:espresso-contrib:3.7.0'
api 'androidx.test.espresso:espresso-intents:3.7.0'
api 'androidx.test.espresso:espresso-accessibility:3.7.0'
api 'androidx.test.espresso:espresso-web:3.7.0'
api 'androidx.test.espresso.idling:idling-concurrent:3.7.0'

// The following Espresso dependency can be either "implementation"
// or "androidTestImplementation", depending on whether you want the
// dependency to appear on your APK's compile classpath or the test APK
// classpath.
api 'androidx.test.espresso:espresso-idling-resource:3.6.1'
api 'androidx.test.espresso:espresso-idling-resource:3.7.0'
}