[Android] Upgrade AppCompat to 24.2.0

Geoffrey Métais git at videolan.org
Thu Aug 25 14:48:49 CEST 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Aug 25 12:05:10 2016 +0200| [3ad9b7492b70aae4f0a1e01a7c60f707513f873a] | committer: Geoffrey Métais

Upgrade AppCompat to 24.2.0

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

 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 30d3e8d..f3198d2 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -224,15 +224,15 @@ dependencies {
     compile project(':libvlc')
     compile project(':api')
     compile project(':axmlrpc')
-    compile 'com.android.support:appcompat-v7:24.1.1'
-    compile 'com.android.support:cardview-v7:24.1.1'
-    compile 'com.android.support:recyclerview-v7:24.1.1'
-    compile 'com.android.support:design:24.1.1'
-    compile 'com.android.support:support-annotations:24.1.1'
-    compile 'com.android.support:preference-v7:24.1.1'
-    compile 'com.android.support:percent:24.1.1'
-    compile 'com.android.support:leanback-v17:24.1.1'
-    compile 'com.android.support:preference-leanback-v17:24.1.1'
+    compile 'com.android.support:appcompat-v7:24.2.0'
+    compile 'com.android.support:cardview-v7:24.2.0'
+    compile 'com.android.support:recyclerview-v7:24.2.0'
+    compile 'com.android.support:design:24.2.0'
+    compile 'com.android.support:support-annotations:24.2.0'
+    compile 'com.android.support:preference-v7:24.2.0'
+    compile 'com.android.support:percent:24.2.0'
+    compile 'com.android.support:leanback-v17:24.2.0'
+    compile 'com.android.support:preference-leanback-v17:24.2.0'
     testCompile 'junit:junit:4.12'
 }
 



More information about the Android mailing list