[Android] Update Support to v23.0
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 18 13:13:06 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 18 12:14:36 2015 +0200| [efb92a3809996d42e1587e56f0e5d5833bc51758] | committer: Jean-Baptiste Kempf
Update Support to v23.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=efb92a3809996d42e1587e56f0e5d5833bc51758
---
libvlc/build.gradle | 2 +-
vlc-android/build.gradle | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 9a0b26d..52f3ebd 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -104,5 +104,5 @@ task buildDebugMIPS64(type:BuildNative) {
args('-a', "mips64")
}
dependencies {
- compile 'com.android.support:support-annotations:22.2.0'
+ compile 'com.android.support:support-annotations:23.0.0'
}
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index b3b8dd9..5a81223 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -184,12 +184,12 @@ android {
dependencies {
compile project(':libvlc')
- 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'
- compile 'com.android.support:design:22.2.0'
- compile 'com.android.support:support-annotations:22.2.0'
- tvCompile 'com.android.support:leanback-v17:22.2.0'
+ compile 'com.android.support:appcompat-v7:23.0.0'
+ compile 'com.android.support:cardview-v7:23.0.0'
+ compile 'com.android.support:recyclerview-v7:23.0.0'
+ compile 'com.android.support:design:23.0.0'
+ compile 'com.android.support:support-annotations:23.0.0'
+ tvCompile 'com.android.support:leanback-v17:23.0.0'
testCompile 'junit:junit:4.12'
}
More information about the Android
mailing list