Skip to content

Commit 3c64c2e

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.6.1
1 parent a1f2f9c commit 3c64c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.1'
7676

7777
implementation project(':library')
7878

0 commit comments

Comments
 (0)