aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 2 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 38dedaeb6..5faeefb16 100644
--- a/build.gradle
+++ b/build.gradle
@@ -59,6 +59,8 @@ dependencies {
compile "com.android.support:appcompat-v7:$supportLibVersion"
compile 'com.android.support:multidex:1.0.1'
compile "com.android.support:support-v4:$supportLibVersion"
+ compile "com.android.support:support-emoji:$supportLibVersion"
+ compile "com.android.support:support-emoji-bundled:$supportLibVersion"
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'com.github.chrisbanes:PhotoView:2.0.0'
compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'
@@ -67,10 +69,6 @@ dependencies {
compile 'pub.devrel:easypermissions:1.0.0'
compile 'com.wefika:flowlayout:0.4.1'
compile 'com.googlecode.ez-vcard:ez-vcard:0.10.2'
- compile 'com.vanniktech:emoji-ios:0.5.1'
- compile('com.vdurmont:emoji-java:3.3.0') {
- exclude group: 'org.json', module: 'json'
- }
}
ext {