[Android] Upgrade AndroidX to 1.1
Geoffrey Métais
git at videolan.org
Tue Sep 10 18:08:48 CEST 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Sep 10 17:42:23 2019 +0200| [e2a96329588f167ed5b76fb9a126730334e6658f] | committer: Geoffrey Métais
Upgrade AndroidX to 1.1
> https://code.videolan.org/videolan/vlc-android/commit/e2a96329588f167ed5b76fb9a126730334e6658f
---
build.gradle | 14 +++++++-------
medialibrary/build.gradle | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8c4de85a0..e643838cc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,18 +35,18 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
androidxLegacyVersion = '1.0.0'
- androidxCoreVersion = '1.1.0-rc02'
- androidxPreferencesVersion = '1.1.0-rc01'
- androidxVersion = '1.1.0-rc01'
- androidxActivityVersion = '1.0.0-rc01'
- androidxFragmentVersion = '1.1.0-rc03'
+ androidxCoreVersion = '1.1.0'
+ androidxPreferencesVersion = '1.1.0'
+ androidxVersion = '1.1.0'
+ androidxActivityVersion = '1.0.0'
+ androidxFragmentVersion = '1.1.0'
androidxAnnotationVersion = '1.1.0'
- androidxAppcompatVersion = '1.1.0-rc01'
+ androidxAppcompatVersion = '1.1.0'
androidxRecyclerviewVersion = '1.0.0'
androidxLeanbackVersion = '1.0.0'
androidxMaterialVersion = '1.0.0'
constraintLayoutVersion = '1.1.3'
- archVersion = '2.1.0-rc01'
+ archVersion = '2.1.0'
roomVersion = '2.1.0'
pagingVersion = '2.1.0'
junitVersion = '4.12'
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index de3d88a1d..e095fded0 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -99,7 +99,7 @@ dependencies {
api "androidx.core:core:$rootProject.ext.androidxCoreVersion"
api "androidx.fragment:fragment:$rootProject.ext.androidxVersion"
testImplementation "junit:junit:$rootProject.ext.junitVersion"
- testImplementation "org.robolectric:robolectric:4.2"
+ testImplementation "org.robolectric:robolectric:4.2.1"
}
More information about the Android
mailing list