[Android] Upgrade AppCompat

Geoffrey Métais git at videolan.org
Thu Nov 3 11:34:13 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct  7 11:44:18 2016 +0200| [967079087c208dfc2eb86bada9493a08eec2f51e] | committer: Geoffrey Métais

Upgrade AppCompat

> https://code.videolan.org/videolan/vlc-android/commit/967079087c208dfc2eb86bada9493a08eec2f51e
---

 vlc-android/build.gradle | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 796eb5b..f620979 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -197,15 +197,14 @@ dependencies {
     compile project(':libvlc')
     compile project(':api')
     compile project(':axmlrpc')
-    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'
+    compile 'com.android.support:appcompat-v7:24.2.1'
+    compile 'com.android.support:cardview-v7:24.2.1'
+    compile 'com.android.support:recyclerview-v7:24.2.1'
+    compile 'com.android.support:design:24.2.1'
+    compile 'com.android.support:support-annotations:24.2.1'
+    compile 'com.android.support:preference-v7:24.2.1'
+    compile 'com.android.support:leanback-v17:24.2.1'
+    compile 'com.android.support:preference-leanback-v17:24.2.1'
     testCompile 'junit:junit:4.12'
     compile project(':medialibrary')
 }



More information about the Android mailing list