[Android] Fix Android libs version
Geoffrey Métais
git at videolan.org
Thu Feb 12 17:12:33 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 12 12:09:51 2015 +0100| [2c364fa10f6f3a5ce65764b65992cb49644ae6da] | committer: Geoffrey Métais
Fix Android libs version
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2c364fa10f6f3a5ce65764b65992cb49644ae6da
---
vlc-android/build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 8ff0897..2462381 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -174,10 +174,10 @@ android {
dependencies {
compile project(':WheelView')
compile project(':libvlc')
- compile 'com.android.support:appcompat-v7:21.0.+'
- compile 'com.android.support:cardview-v7:21.0.+'
- compile 'com.android.support:recyclerview-v7:21.0.+'
- tvCompile 'com.android.support:leanback-v17:21.0.+'
+ compile 'com.android.support:appcompat-v7:21.0.3'
+ compile 'com.android.support:cardview-v7:21.0.3'
+ compile 'com.android.support:recyclerview-v7:21.0.3'
+ tvCompile 'com.android.support:leanback-v17:21.0.3'
}
def buildTime() {
More information about the Android
mailing list