Skip to content

Commit f41b485

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.5.1
1 parent 8586fe5 commit f41b485

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
@@ -73,7 +73,7 @@ dependencies {
7373
implementation "androidx.navigation:navigation-runtime:$navigation_version"
7474

7575
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
76-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
76+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7777

7878
implementation project(':library')
7979

0 commit comments

Comments
 (0)