summaryrefslogtreecommitdiff
path: root/Source/Android/benchmark
diff options
context:
space:
mode:
authorSimonx22 <simon@oatmealdome.me>2024-04-20 17:53:11 +0200
committerSimonx22 <simon@oatmealdome.me>2024-04-20 17:53:11 +0200
commite4f97a2532fe894bdc4319ffdcd187f00d85265f (patch)
treee085edcd558c2af6e2f79520766f233a3655d0c7 /Source/Android/benchmark
parent20665ebce715165c9e126a0c43dddb2453d26535 (diff)
Android: Update dependencies
Diffstat (limited to 'Source/Android/benchmark')
-rw-r--r--Source/Android/benchmark/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/benchmark/build.gradle.kts b/Source/Android/benchmark/build.gradle.kts
index 0065dadb0f..fbc4f1105a 100644
--- a/Source/Android/benchmark/build.gradle.kts
+++ b/Source/Android/benchmark/build.gradle.kts
@@ -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")
}