[Android] Upgrade AppCompat libs

Geoffrey Métais git at videolan.org
Mon Nov 16 14:32:03 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Nov 16 14:31:36 2015 +0100| [8dd3c1cd3f91a90d33e6551b4ad14e34e6bfe8d5] | committer: Geoffrey Métais

Upgrade AppCompat libs

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8dd3c1cd3f91a90d33e6551b4ad14e34e6bfe8d5
---

 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 b5ae824..ba6e62c 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -202,15 +202,15 @@ android {
 
 dependencies {
     compile project(':libvlc')
-    compile 'com.android.support:appcompat-v7:23.1.0'
-    compile 'com.android.support:cardview-v7:23.1.0'
-    compile 'com.android.support:recyclerview-v7:23.1.0'
-    compile 'com.android.support:design:23.1.0'
-    compile 'com.android.support:support-annotations:23.1.0'
-    compile 'com.android.support:preference-v7:23.1.0'
-    compile 'com.android.support:percent:23.1.0'
-    tvCompile 'com.android.support:leanback-v17:23.1.0'
-    tvCompile 'com.android.support:preference-leanback-v17:23.1.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'
+    tvCompile 'com.android.support:leanback-v17:23.1.1'
+    tvCompile 'com.android.support:preference-leanback-v17:23.1.1'
     testCompile 'junit:junit:4.12'
 }
 



More information about the Android mailing list