[Android] Update support library to 22.2.0

Jean-Baptiste Kempf git at videolan.org
Tue Jun 2 15:08:18 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun  2 15:07:54 2015 +0200| [907b21976a3be7b133678a7f38541157eced791e] | committer: Jean-Baptiste Kempf

Update support library to 22.2.0

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

 libvlc/build.gradle      |    2 +-
 vlc-android/build.gradle |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 32b0c5e..97bd1db 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -20,7 +20,7 @@ android {
 
     defaultConfig {
         minSdkVersion 7
-        targetSdkVersion 21
+        targetSdkVersion 22
     }
 
     buildTypes {
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 10f1644..9052136 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -181,10 +181,10 @@ android {
 
 dependencies {
     compile project(':libvlc')
-    compile 'com.android.support:appcompat-v7:22.1.1'
-    compile 'com.android.support:cardview-v7:22.1.1'
-    compile 'com.android.support:recyclerview-v7:22.1.1'
-    tvCompile 'com.android.support:leanback-v17:22.1.1'
+    compile 'com.android.support:appcompat-v7:22.2.0'
+    compile 'com.android.support:cardview-v7:22.2.0'
+    compile 'com.android.support:recyclerview-v7:22.2.0'
+    tvCompile 'com.android.support:leanback-v17:22.2.0'
     testCompile 'junit:junit:4.12'
 }
 



More information about the Android mailing list