[Android] Update to support library 23.1.0
Jean-Baptiste Kempf
git at videolan.org
Fri Oct 16 00:22:06 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 16 00:20:40 2015 +0200| [e73aaf3f2672a2e4f89a2b35d148ee8ee6840f8b] | committer: Jean-Baptiste Kempf
Update to support library 23.1.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e73aaf3f2672a2e4f89a2b35d148ee8ee6840f8b
---
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 726c777..84d0104 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.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'
+ compile 'com.android.support:appcompat-v7:23.1.0'
+ compile 'com.android.support:cardview-v7:23.1.0'
+ compile 'com.android.support:recyclerview-v7:23.1.0'
+ compile 'com.android.support:design:23.1.0'
+ compile 'com.android.support:support-annotations:23.1.0'
+ tvCompile 'com.android.support:leanback-v17:23.1.0'
testCompile 'junit:junit:4.12'
}
More information about the Android
mailing list