Skip to content

Commit ce9a1b4

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.5.1
1 parent 858bea3 commit ce9a1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ flutter {
4848
dependencies {
4949
testImplementation 'junit:junit:4.12'
5050
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
51-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
51+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5252
}
5353

5454
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)