Skip to content

Commit 6287054

Browse files
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0
1 parent 7b38860 commit 6287054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedback/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6161
testImplementation 'junit:junit:4.13.2'
6262
androidTestImplementation 'androidx.test:runner:1.4.0'
63-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
63+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
6464
}

0 commit comments

Comments
 (0)