Skip to content

Commit b86910f

Browse files
committed
Update dependency androidx.test.espresso:espresso-core to v3.4.0
1 parent 858bea3 commit b86910f

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.4.0'
5252
}
5353

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

0 commit comments

Comments
 (0)