[Android] Upgrade libs versions to get bugfixes
Geoffrey Métais
git at videolan.org
Thu Dec 11 12:49:49 CET 2014
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 11 11:06:16 2014 +0100| [ebce90bcd58f60982e09198d1df50a469c29d433] | committer: Geoffrey Métais
Upgrade libs versions to get bugfixes
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ebce90bcd58f60982e09198d1df50a469c29d433
---
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
More information about the Android
mailing list