[Android] Update dependencies

Geoffrey Métais git at videolan.org
Tue Apr 21 11:53:58 CEST 2020


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Apr 20 15:59:34 2020 +0200| [7f851bd0937c9a0e5a9e0bd00b01150113947a04] | committer: Nicolas Pomepuy

Update dependencies

> https://code.videolan.org/videolan/vlc-android/commit/7f851bd0937c9a0e5a9e0bd00b01150113947a04
---

 application/mediadb/build.gradle     |  2 +-
 application/vlc-android/build.gradle |  2 +-
 build.gradle                         | 18 +++++++++---------
 medialibrary/build.gradle            |  4 ++--
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/application/mediadb/build.gradle b/application/mediadb/build.gradle
index 360cb1c77..e63397158 100644
--- a/application/mediadb/build.gradle
+++ b/application/mediadb/build.gradle
@@ -59,7 +59,7 @@ dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
     implementation 'androidx.appcompat:appcompat:1.1.0'
-    implementation 'androidx.core:core-ktx:1.1.0'
+    implementation "androidx.core:core-ktx:$rootProject.ext.androidxCoreVersion"
     testImplementation 'junit:junit:4.12'
     androidTestImplementation 'androidx.test.ext:junit:1.1.1'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
diff --git a/application/vlc-android/build.gradle b/application/vlc-android/build.gradle
index f5fc5f44f..e32b2ffa2 100644
--- a/application/vlc-android/build.gradle
+++ b/application/vlc-android/build.gradle
@@ -197,7 +197,7 @@ dependencies {
     testApi "org.powermock:powermock-module-junit4:$rootProject.ext.powerMock"
     testApi "com.jraska.livedata:testing-ktx:$rootProject.ext.livedataTest"
     testApi "org.robolectric:robolectric:$rootProject.ext.robolectric"
-    androidTestApi 'androidx.test:rules:1.3.0-alpha03'
+    androidTestApi 'androidx.test:rules:1.3.0-alpha05'
 }
 
 
diff --git a/build.gradle b/build.gradle
index 8126ca9ff..8b4851386 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
-    ext.android_plugin_version = '3.6.1'
-    ext.kotlin_version = '1.3.70'
-    ext.kotlinx_version = '1.3.4'
+    ext.android_plugin_version = '3.6.3'
+    ext.kotlin_version = '1.3.72'
+    ext.kotlinx_version = '1.3.5'
     repositories {
         flatDir dirs: "gradle/plugins"
         google()
@@ -42,12 +42,12 @@ ext {
     targetSdkVersion = 29
     compileSdkVersion = 29
     androidxLegacyVersion = '1.0.0'
-    androidxCoreVersion = '1.1.0'
+    androidxCoreVersion = '1.2.0'
     lifecycleVersion = '2.2.0'
-    androidxPreferencesVersion = '1.1.0'
+    androidxPreferencesVersion = '1.1.1'
     androidxVersion = '1.1.0'
     androidxActivityVersion = '1.1.0'
-    androidxFragmentVersion = '1.2.0'
+    androidxFragmentVersion = '1.2.4'
     androidxAnnotationVersion = '1.1.0'
     androidxAppcompatVersion = '1.1.0'
     androidxRecyclerviewVersion = '1.1.0'
@@ -55,11 +55,11 @@ ext {
     androidxLeanbackVersion = '1.0.0'
     //fixme : When we update this dep, please verify of this issue is fixed: https://github.com/material-components/material-components-android/issues/1086
     // if so, revert application/vlc-android/res/values[-v21]/styles.xml -> AppModalStyle
-    androidxMaterialVersion = '1.1.0-rc02'
+    androidxMaterialVersion = '1.1.0'
     constraintLayoutVersion = '1.1.3'
     archVersion = '2.1.0'
-    roomVersion = '2.2.3'
-    pagingVersion = '2.1.1'
+    roomVersion = '2.2.5'
+    pagingVersion = '2.1.2'
     junitVersion = '4.12'
     mockito = '2.8.9'
     retrofit = '2.6.1'
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index ae7132d60..14620bf36 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -97,9 +97,9 @@ dependencies {
     devImplementation project(':libvlc')
     api "androidx.legacy:legacy-support-v4:$rootProject.ext.androidxLegacyVersion"
     api "androidx.core:core:$rootProject.ext.androidxCoreVersion"
-    api "androidx.fragment:fragment:$rootProject.ext.androidxVersion"
+    api "androidx.fragment:fragment:$rootProject.ext.androidxFragmentVersion"
     testImplementation "junit:junit:$rootProject.ext.junitVersion"
-    testImplementation "org.robolectric:robolectric:4.2.1"
+    testImplementation "org.robolectric:robolectric:4.3.1"
 
 }
 



More information about the Android mailing list