diff options
| author | JosJuice <josjuice@gmail.com> | 2025-11-17 20:29:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 20:29:21 +0100 |
| commit | 0d22dc039292fc74b7cfe2b0ec413a2b52ed29b6 (patch) | |
| tree | 0b23bc81c47579f159ef36da3cdc7824b2fc33bd /Source/Android/benchmark | |
| parent | f966c55e0ca1318dc6619b4ec644fd76e2c87bc4 (diff) | |
| parent | cd0e40ba973d8add843c2cabb24769523bd3c7de (diff) | |
Merge pull request #14106 from Simonx22/android/dependency-updates-11102544758
Android: Update dependencies
Diffstat (limited to 'Source/Android/benchmark')
| -rw-r--r-- | Source/Android/benchmark/build.gradle.kts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Android/benchmark/build.gradle.kts b/Source/Android/benchmark/build.gradle.kts index fbc4f1105a..06267c42e5 100644 --- a/Source/Android/benchmark/build.gradle.kts +++ b/Source/Android/benchmark/build.gradle.kts @@ -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") } |
