Skip to content

Commit 8e39cf5

Browse files
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.6.0
1 parent f6dffac commit 8e39cf5

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.6.0'
6464
}

0 commit comments

Comments
 (0)