[Android] [PATCH] Upgrade libs versions to get bugfixes
Geoffrey Métais
geoffrey.metais at gmail.com
Thu Dec 11 11:06:43 CET 2014
---
vlc-android/build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 66f0d9c..6486850 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -125,7 +125,7 @@ android {
dependencies {
compile project(':WheelView')
compile project(':libvlc')
- compile 'com.android.support:appcompat-v7:21.0.0'
- compile 'com.android.support:cardview-v7:21.0.0'
- tvCompile 'com.android.support:leanback-v17:21.0.0'
+ compile 'com.android.support:appcompat-v7:21.0.+'
+ compile 'com.android.support:cardview-v7:21.0.+'
+ tvCompile 'com.android.support:leanback-v17:21.0.+'
}
\ No newline at end of file
--
1.9.1
More information about the Android
mailing list