[Android] Revert "Update AppCompat to v25.3.0"

Geoffrey Métais git at videolan.org
Thu Mar 16 14:24:15 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Mar 16 14:10:35 2017 +0100| [ea569b7bdd2012ce1f4dbc7314aada861a184788] | committer: Geoffrey Métais

Revert "Update AppCompat to v25.3.0"

25.3.0 drops Android 2 & 3

This reverts commit c5caf9209e5ccfa6cd26c8d8cee0ce15d8f1c292.

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

 api/build.gradle          |  2 +-
 libvlc/build.gradle       |  2 +-
 medialibrary/build.gradle |  6 +++---
 vlc-android/build.gradle  | 14 +++++++-------
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/api/build.gradle b/api/build.gradle
index 010f892..1656841 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -46,6 +46,6 @@ task generateSources (type: Jar) {
 
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:appcompat-v7:25.3.0'
+    compile 'com.android.support:appcompat-v7:25.2.0'
     testCompile 'junit:junit:4.12'
 }
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index fe0ae0a..732893c 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -100,5 +100,5 @@ task generateSources (type: Jar) {
 }
 
 dependencies {
-    compile 'com.android.support:support-annotations:25.3.0'
+    compile 'com.android.support:support-annotations:25.2.0'
 }
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 9e89b24..858de2a 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -63,7 +63,7 @@ clean {
 
 dependencies {
     compile project(':libvlc')
-    compile 'com.android.support:support-v4:25.3.0'
-    compile 'com.android.support:support-compat:25.3.0'
-    compile 'com.android.support:support-fragment:25.3.0'
+    compile 'com.android.support:support-v4:25.2.0'
+    compile 'com.android.support:support-compat:25.2.0'
+    compile 'com.android.support:support-fragment:25.2.0'
 }
\ No newline at end of file
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index bcced5f..dac4ff9 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -206,13 +206,13 @@ dependencies {
     compile project(':medialibrary')
     compile project(':api')
     compile project(':axmlrpc')
-    compile 'com.android.support:appcompat-v7:25.3.0'
-    compile 'com.android.support:recyclerview-v7:25.3.0'
-    compile 'com.android.support:design:25.3.0'
-    compile 'com.android.support:support-annotations:25.3.0'
-    compile 'com.android.support:preference-v7:25.3.0'
-    compile 'com.android.support:leanback-v17:25.3.0'
-    compile 'com.android.support:preference-leanback-v17:25.3.0'
+    compile 'com.android.support:appcompat-v7:25.2.0'
+    compile 'com.android.support:recyclerview-v7:25.2.0'
+    compile 'com.android.support:design:25.2.0'
+    compile 'com.android.support:support-annotations:25.2.0'
+    compile 'com.android.support:preference-v7:25.2.0'
+    compile 'com.android.support:leanback-v17:25.2.0'
+    compile 'com.android.support:preference-leanback-v17:25.2.0'
     compile 'com.android.support.constraint:constraint-layout:1.0.2'
     testCompile 'junit:junit:4.12'
 }



More information about the Android mailing list