Skip to content

Commit c6d2ff2

Browse files
authored
Merge pull request #29 from Hexadecinull/dependabot/gradle/android/androidx.test.espresso-espresso-core-3.7.0
deps(android): bump androidx.test.espresso:espresso-core from 3.6.1 to 3.7.0 in /android
2 parents 43e6a53 + 1a1e5bb commit c6d2ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ dependencies {
146146

147147
testImplementation 'junit:junit:4.13.2'
148148
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
149-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
149+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
150150
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
151151
androidTestImplementation "androidx.room:room-testing:${rootProject.ext.room_version}"
152152
}

0 commit comments

Comments
 (0)