Android: Update dependencies

This commit is contained in:
Simonx22
2024-04-20 17:53:11 +02:00
parent 20665ebce7
commit e4f97a2532
2 changed files with 10 additions and 10 deletions

View File

@ -47,6 +47,6 @@ baselineProfile {
dependencies {
implementation("androidx.test.ext:junit:1.1.5")
implementation("androidx.test.espresso:espresso-core:3.5.1")
implementation("androidx.test.uiautomator:uiautomator:2.2.0")
implementation("androidx.benchmark:benchmark-macro-junit4:1.2.2")
implementation("androidx.test.uiautomator:uiautomator:2.3.0")
implementation("androidx.benchmark:benchmark-macro-junit4:1.2.4")
}