Merge pull request 'chore(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0' (#44) into dev

# Conflicts:
#	apps/tauri/src-tauri/gen/android/app/build.gradle.kts
This commit is contained in:
Alois 2026-08-06 11:49:04 +02:00
commit c442803412
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -80,7 +80,7 @@ dependencies {
implementation("com.google.android.material:material:1.14.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.3.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
}
apply(from = "tauri.build.gradle.kts")