Update dependency androidx.test.espresso:espresso-core to v3.7.0

This commit is contained in:
2026-06-13 09:02:33 +00:00
parent 042da8c7e3
commit d95fe40f01
9 changed files with 9 additions and 9 deletions
@@ -63,5 +63,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
}