Skip to content

Commit 42c55fc

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.7.0
1 parent a1f2f9c commit 42c55fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
implementation "androidx.navigation:navigation-runtime:$navigation_version"
7373

7474
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
75-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
75+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
7676

7777
implementation project(':library')
7878

0 commit comments

Comments
 (0)