[Android] Upgradle Kotlin & AndroidX versions
Geoffrey Métais
git at videolan.org
Fri Dec 7 17:47:42 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Dec 7 17:44:54 2018 +0100| [8811181a39c4d66e43863f72c21c98b5003aea14] | committer: Geoffrey Métais
Upgradle Kotlin & AndroidX versions
> https://code.videolan.org/videolan/vlc-android/commit/8811181a39c4d66e43863f72c21c98b5003aea14
---
build.gradle | 7 ++++---
medialibrary/build.gradle | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 2052b9cd8..017df95b5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '3.2.1'
- ext.kotlin_version = '1.3.10'
+ ext.kotlin_version = '1.3.11'
ext.kotlinx_version = '1.0.1'
repositories {
flatDir dirs: "gradle/plugins"
@@ -34,11 +34,12 @@ ext {
compileSdkVersion = 28
libvlcVersion = '3.1.0'
medialibraryVersion = '0.3.90'
+ androidxCoreVersion = '1.0.1'
androidxVersion = '1.0.0'
constraintLayoutVersion = '2.0.0-alpha2'
archVersion = '2.0.0'
- roomVersion = '2.1.0-alpha02'
- pagingVersion = '2.1.0-beta01'
+ roomVersion = '2.1.0-alpha03'
+ pagingVersion = '2.1.0-rc01'
junitVersion = '4.12'
mockito = '2.8.9'
powerMock = '1.7.4'
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 236437144..c136d912d 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -96,7 +96,7 @@ dependencies {
debugImplementation "org.videolan.android:libvlc-all:$rootProject.ext.libvlcVersion"
devImplementation project(':libvlc')
api "androidx.legacy:legacy-support-v4:$rootProject.ext.androidxVersion"
- api "androidx.core:core:$rootProject.ext.androidxVersion"
+ api "androidx.core:core:$rootProject.ext.androidxCoreVersion"
api "androidx.fragment:fragment:$rootProject.ext.androidxVersion"
testImplementation "junit:junit:$rootProject.ext.junitVersion"
}
More information about the Android
mailing list