(feat): dep updates #52

Merged
alois merged 37 commits from dev into main 2026-08-06 12:53:46 +03:00
Showing only changes of commit 625314cb5a - Show all commits

chore(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0

Rasensprenger 2026-08-06 05:01:48 +02:00

View file

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