[Android] Upgrade androidx.appcompat

Geoffrey Métais git at videolan.org
Mon Dec 10 15:15:48 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Dec 10 15:15:15 2018 +0100| [b9df304a30ebae1254489e389fc9cf81c1d0ef13] | committer: Geoffrey Métais

Upgrade androidx.appcompat

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

 api/build.gradle   | 2 +-
 build.gradle       | 1 +
 tools/build.gradle | 3 +--
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/build.gradle b/api/build.gradle
index acf566af6..bc681a3cb 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -52,7 +52,7 @@ android {
 
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
-    api "androidx.appcompat:appcompat:$rootProject.ext.androidxVersion"
+    api "androidx.appcompat:appcompat:$rootProject.ext.androidxAppcompatVersion"
     testImplementation "junit:junit:$rootProject.ext.junitVersion"
 }
 
diff --git a/build.gradle b/build.gradle
index 017df95b5..ef32f8f9c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,6 +36,7 @@ ext {
     medialibraryVersion = '0.3.90'
     androidxCoreVersion = '1.0.1'
     androidxVersion = '1.0.0'
+    androidxAppcompatVersion = '1.0.2'
     constraintLayoutVersion = '2.0.0-alpha2'
     archVersion = '2.0.0'
     roomVersion = '2.1.0-alpha03'
diff --git a/tools/build.gradle b/tools/build.gradle
index 9ebf32b64..3038104ed 100644
--- a/tools/build.gradle
+++ b/tools/build.gradle
@@ -4,7 +4,6 @@ apply plugin: 'kotlin-android'
 android {
     compileSdkVersion rootProject.ext.compileSdkVersion
 
-
     baseFeature true
 
     defaultConfig {
@@ -27,7 +26,7 @@ android {
 }
 
 dependencies {
-    api "androidx.appcompat:appcompat:$rootProject.ext.androidxVersion"
+    api "androidx.appcompat:appcompat:$rootProject.ext.androidxAppcompatVersion"
     api "androidx.tvprovider:tvprovider:$rootProject.ext.androidxVersion"
     implementation fileTree(dir: 'libs', include: ['*.jar'])
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"



More information about the Android mailing list