[Android] Add design support library
Jean-Baptiste Kempf
git at videolan.org
Tue Jun 2 15:11:01 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 2 15:09:15 2015 +0200| [e05a8f5f9cefb5359138432c043f06d083a57b2f] | committer: Jean-Baptiste Kempf
Add design support library
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e05a8f5f9cefb5359138432c043f06d083a57b2f
---
vlc-android/build.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 9052136..6e131d1 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -184,6 +184,7 @@ dependencies {
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'
tvCompile 'com.android.support:leanback-v17:22.2.0'
testCompile 'junit:junit:4.12'
}
@@ -203,4 +204,4 @@ def revision() {
standardOutput = code
}
return code.toString()
-}
\ No newline at end of file
+}
More information about the Android
mailing list