[Android] Upgrade to AppCompat 23.2

Geoffrey Métais git at videolan.org
Thu Feb 25 13:15:27 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 25 10:40:25 2016 +0100| [13ee393ec6de8368992c9dfee1531cb0b8cf06dc] | committer: Geoffrey Métais

Upgrade to AppCompat 23.2

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

 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 47b9a75..c5ccc31 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.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'
+    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'
     testCompile 'junit:junit:4.12'
 }
 



More information about the Android mailing list