Skip to content

Commit d0162e3

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.5.1
1 parent df69d49 commit d0162e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ dependencies {
4848
androidTestImplementation 'androidx.test:core-ktx:1.4.0'
4949
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
5050
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
51-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
51+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5252

5353
androidTestImplementation 'androidx.test:runner:1.4.0'
54-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
54+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5555

5656

5757
//todo step 2

0 commit comments

Comments
 (0)