[Android] Update AppCompat to v25.1.0

Geoffrey Métais git at videolan.org
Wed Dec 14 11:21:40 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Dec 14 11:15:27 2016 +0100| [0fe8af8bcb24fa9336a92ec7acd80d446914ce44] | committer: Geoffrey Métais

Update AppCompat to v25.1.0

> https://code.videolan.org/videolan/vlc-android/commit/0fe8af8bcb24fa9336a92ec7acd80d446914ce44
---

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

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



More information about the Android mailing list