[Android] Fix UI tests on Android 14
Nicolas Pomepuy
git at videolan.org
Wed Oct 11 16:41:42 UTC 2023
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 11 14:01:10 2023 +0200| [3b008141e1fda1a3356e66b83783b2e1fa0f19d5] | committer: Duncan McNamara
Fix UI tests on Android 14
> https://code.videolan.org/videolan/vlc-android/commit/3b008141e1fda1a3356e66b83783b2e1fa0f19d5
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 25df4be2c5..2235956879 100644
--- a/build.gradle
+++ b/build.gradle
@@ -78,7 +78,7 @@ ext {
robolectric = '4.3.1'
mockk = '1.9.3'
testRunner = '1.4.0'
- orchestrator = '1.1.0'
+ orchestrator = '1.4.2'
testCore = '1.5.0'
publishScriptPath = '../../buildsystem/publish.gradle'
// versionCode scheme is T M NN RR AA
More information about the Android
mailing list