diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2023-01-14 18:41:18 -0500 |
|---|---|---|
| committer | Charles Lombardo <clombardo169@gmail.com> | 2023-01-14 18:41:18 -0500 |
| commit | 33c5f7a1292494699cb1d6ccb4a2e5335bc2198f (patch) | |
| tree | ea27e125efc0f9dfa37e1d204f5eac65db7d9ab4 /Source | |
| parent | 005d7574aa25cb1cd722b7407db59abc7bff68bb (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.gradle | 4 |
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' } |
