[Android] Revert "Upgrade to AppCompat 23.2"

Geoffrey Métais git at videolan.org
Fri Feb 26 10:46:17 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb 26 10:29:13 2016 +0100| [c11182849e231493613a6beeae0921900394d7d8] | committer: Geoffrey Métais

Revert "Upgrade to AppCompat 23.2"

This reverts commit 13ee393ec6de8368992c9dfee1531cb0b8cf06dc.

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

 vlc-android/build.gradle | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index c5ccc31..47b9a75 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -199,15 +199,15 @@ android {
 dependencies {
     compile project(':libvlc')
     compile project(':api')
-    compile 'com.android.support:appcompat-v7:23.2.0'
-    compile 'com.android.support:cardview-v7:23.2.0'
-    compile 'com.android.support:recyclerview-v7:23.2.0'
-    compile 'com.android.support:design:23.2.0'
-    compile 'com.android.support:support-annotations:23.2.0'
-    compile 'com.android.support:preference-v7:23.2.0'
-    compile 'com.android.support:percent:23.2.0'
-    compile 'com.android.support:leanback-v17:23.2.0'
-    compile 'com.android.support:preference-leanback-v17:23.2.0'
+    compile 'com.android.support:appcompat-v7:23.1.1'
+    compile 'com.android.support:cardview-v7:23.1.1'
+    compile 'com.android.support:recyclerview-v7:23.1.1'
+    compile 'com.android.support:design:23.1.1'
+    compile 'com.android.support:support-annotations:23.1.1'
+    compile 'com.android.support:preference-v7:23.1.1'
+    compile 'com.android.support:percent:23.1.1'
+    compile 'com.android.support:leanback-v17:23.1.1'
+    compile 'com.android.support:preference-leanback-v17:23.1.1'
     testCompile 'junit:junit:4.12'
 }
 



More information about the Android mailing list