aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-09 22:00:03 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-09 22:00:03 +0100
commit3ad30ee8112d79dfd85eb81083205c1c13b961b2 (patch)
tree12cd8c9d4235b83f3d88c4be721362343570326f /build.gradle
parent43fbf3c5b517c749c821a8a1e501a55d40519984 (diff)
fixed hint color for edit message
Diffstat (limited to '')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 3fc14c234..297a26fd2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,6 +60,7 @@ dependencies {
compile "com.android.support:support-v4:$supportLibVersion"
compile "com.android.support:support-emoji:$supportLibVersion"
compile "com.android.support:support-emoji-bundled:$supportLibVersion"
+ compile "com.android.support:support-emoji-appcompat:$supportLibVersion"
compile "com.android.support:exifinterface:$supportLibVersion"
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'com.github.chrisbanes:PhotoView:2.0.0'