[Android] Upgrade Dependencies
Geoffrey Métais
git at videolan.org
Fri Dec 27 12:16:57 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Dec 23 11:56:18 2019 +0100| [abbc4bf328f2752089e341cc722642ef4c6a7eea] | committer: Geoffrey Métais
Upgrade Dependencies
> https://code.videolan.org/videolan/vlc-android/commit/abbc4bf328f2752089e341cc722642ef4c6a7eea
---
build.gradle | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/build.gradle b/build.gradle
index e285072cb..5437b1936 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,20 +36,20 @@ ext {
compileSdkVersion = 29
androidxLegacyVersion = '1.0.0'
androidxCoreVersion = '1.1.0'
- lifecycleVersion = '2.2.0-rc02'
+ lifecycleVersion = '2.2.0-rc03'
androidxPreferencesVersion = '1.1.0'
androidxVersion = '1.1.0'
- androidxActivityVersion = '1.1.0-rc02'
- androidxFragmentVersion = '1.2.0-rc02'
+ androidxActivityVersion = '1.1.0-rc03'
+ androidxFragmentVersion = '1.2.0-rc04'
androidxAnnotationVersion = '1.1.0'
androidxAppcompatVersion = '1.1.0'
androidxRecyclerviewVersion = '1.1.0'
androidxLeanbackVersion = '1.0.0'
- androidxMaterialVersion = '1.1.0-beta02'
+ androidxMaterialVersion = '1.1.0-rc01'
constraintLayoutVersion = '1.1.3'
archVersion = '2.1.0'
- roomVersion = '2.2.2'
- pagingVersion = '2.1.0'
+ roomVersion = '2.2.3'
+ pagingVersion = '2.1.1'
junitVersion = '4.12'
mockito = '2.8.9'
retrofit = '2.6.1'
More information about the Android
mailing list