summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-01-14 18:41:18 -0500
committerCharles Lombardo <clombardo169@gmail.com>2023-01-14 18:41:18 -0500
commit33c5f7a1292494699cb1d6ccb4a2e5335bc2198f (patch)
treeea27e125efc0f9dfa37e1d204f5eac65db7d9ab4 /Source
parent005d7574aa25cb1cd722b7407db59abc7bff68bb (diff)
Android: Update benchmark module dependencies
Androidx JUnit 1.1.4 -> 1.1.5 Androidx Espresso 3.5.0 -> 3.5.1
Diffstat (limited to 'Source')
-rw-r--r--Source/Android/benchmark/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/benchmark/build.gradle b/Source/Android/benchmark/build.gradle
index fd99dd196c..8904b1452e 100644
--- a/Source/Android/benchmark/build.gradle
+++ b/Source/Android/benchmark/build.gradle
@@ -60,8 +60,8 @@ android {
}
dependencies {
- implementation 'androidx.test.ext:junit:1.1.4'
- implementation 'androidx.test.espresso:espresso-core:3.5.0'
+ 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.1.1'
}