Android: Update dependencies

Note: This also updates Kotlin to 2.2.21 which requires small adjustments in our Kotlin code.
This commit is contained in:
Simonx22
2025-11-11 16:48:12 -05:00
parent 731849c239
commit 220315737f
7 changed files with 29 additions and 27 deletions
+3 -3
View File
@@ -45,8 +45,8 @@ baselineProfile {
}
dependencies {
implementation("androidx.test.ext:junit:1.1.5")
implementation("androidx.test.espresso:espresso-core:3.5.1")
implementation("androidx.test.ext:junit:1.3.0")
implementation("androidx.test.espresso:espresso-core:3.7.0")
implementation("androidx.test.uiautomator:uiautomator:2.3.0")
implementation("androidx.benchmark:benchmark-macro-junit4:1.2.4")
implementation("androidx.benchmark:benchmark-macro-junit4:1.4.1")
}