[Android] Get rid of CardView dependency

Geoffrey Métais git at videolan.org
Fri Feb 3 21:22:19 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb  3 17:47:40 2017 +0100| [0d6bc54c3d915f97c959db370f859a0f64be827f] | committer: Geoffrey Métais

Get rid of CardView dependency

> https://code.videolan.org/videolan/vlc-android/commit/0d6bc54c3d915f97c959db370f859a0f64be827f
---

 vlc-android/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 4dac246..662ee7b 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -199,7 +199,6 @@ dependencies {
     compile project(':api')
     compile project(':axmlrpc')
     compile 'com.android.support:appcompat-v7:25.1.1'
-    compile 'com.android.support:cardview-v7:25.1.1'
     compile 'com.android.support:recyclerview-v7:25.1.1'
     compile 'com.android.support:design:25.1.1'
     compile 'com.android.support:support-annotations:25.1.1'



More information about the Android mailing list