Skip to content

Commit de9e0af

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.7.0
1 parent a05f1f3 commit de9e0af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation("androidx.activity:activity-compose:1.4.0")
6161
testImplementation("junit:junit:4.13.2")
6262
androidTestImplementation("androidx.test.ext:junit:1.1.3")
63-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
63+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
6464
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$composeVersion")
6565
debugImplementation("androidx.compose.ui:ui-tooling:$composeVersion")
6666
debugImplementation("androidx.compose.ui:ui-test-manifest:$composeVersion")

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation("com.hankcs:aho-corasick-double-array-trie:1.2.3")
4242
testImplementation("junit:junit:4.13.2")
4343
androidTestImplementation("androidx.test.ext:junit:1.1.3")
44-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
44+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
4545
}
4646

4747
afterEvaluate {

0 commit comments

Comments
 (0)