[Android] Update test lib versions
Nicolas Pomepuy
git at videolan.org
Thu Sep 7 08:21:03 UTC 2023
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jul 26 09:52:33 2023 +0200| [10456bc85b6da39bb69c18adffc020cc396bcafc] | committer: Nicolas Pomepuy
Update test lib versions
> https://code.videolan.org/videolan/vlc-android/commit/10456bc85b6da39bb69c18adffc020cc396bcafc
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index ed1ef3ceba..49f8393f05 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,19 +67,19 @@ ext {
roomVersion = '2.4.3'
pagingVersion = '3.1.1'
junitVersion = '4.13.2'
- junitExtVersion = '1.1.2'
+ junitExtVersion = '1.1.5'
mockito = '2.25.0'
//Retrofit 2.7 drops Android 5 support
retrofit = '2.7.1'
moshi = '1.8.0'
powerMock = '2.0.2'
- espressoVersion = '3.4.0'
+ espressoVersion = '3.5.1'
livedataTest = '1.2.0'
robolectric = '4.3.1'
mockk = '1.9.3'
testRunner = '1.4.0'
orchestrator = '1.1.0'
- testCore = '1.4.0'
+ testCore = '1.5.0'
publishScriptPath = '../../buildsystem/publish.gradle'
// versionCode scheme is T M NN RR AA
// T: Target/Flavour (1 for Android, 2 for Chrome?)
More information about the Android
mailing list