[Android] Upgrade AppCompat to version 23.0.1

Geoffrey Métais git at videolan.org
Mon Sep 7 14:51:52 CEST 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Sep  7 14:40:40 2015 +0200| [450a050013686d303f252a77250b9243ce62c8c0] | committer: Geoffrey Métais

Upgrade AppCompat to version 23.0.1

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

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

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 9a8aff2..726c777 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -185,12 +185,12 @@ android {
 
 dependencies {
     compile project(':libvlc')
-    compile 'com.android.support:appcompat-v7:23.0.0'
-    compile 'com.android.support:cardview-v7:23.0.0'
-    compile 'com.android.support:recyclerview-v7:23.0.0'
-    compile 'com.android.support:design:23.0.0'
-    compile 'com.android.support:support-annotations:23.0.0'
-    tvCompile 'com.android.support:leanback-v17:23.0.0'
+    compile 'com.android.support:appcompat-v7:23.0.1'
+    compile 'com.android.support:cardview-v7:23.0.1'
+    compile 'com.android.support:recyclerview-v7:23.0.1'
+    compile 'com.android.support:design:23.0.1'
+    compile 'com.android.support:support-annotations:23.0.1'
+    tvCompile 'com.android.support:leanback-v17:23.0.1'
     testCompile 'junit:junit:4.12'
 }
 



More information about the Android mailing list