aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-16 21:15:47 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-16 21:15:47 +0100
commitf26cab3b03a8764f90164d772bc421c69dd08bb5 (patch)
treeb95769db8ec240ebdcf33757de82c7de530c2edb /build.gradle
parent4d5754ac5ddbe0f02f8afd8b5b9a0bae4bfc633d (diff)
migrate to CardView in contact and muc details
Diffstat (limited to '')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 8bb3a71ba..3298658bc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,6 +62,7 @@ dependencies {
implementation "com.android.support:support-emoji-appcompat:$supportLibVersion"
implementation "com.android.support:exifinterface:$supportLibVersion"
implementation "com.android.support:design:$supportLibVersion"
+ implementation "com.android.support:cardview-v7:$supportLibVersion"
implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'