aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-09 22:11:30 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-09 22:11:30 +0200
commitc88df3c1da4afef3fdeb4301a096a5aee65b06f2 (patch)
treee9870d20f4d7a52888868d107b19da731888f5c4 /build.gradle
parent4afe339ec32b8d180d913bcf07adf880b4899965 (diff)
add new emoji library
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3244a0230..ab0473f3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,6 +30,7 @@ configurations {
dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
+ compile project(':libs:emojicon')
compile files('libs/aspectjrt-1.7.3.jar')
compile files('libs/isoparser-1.0.6.jar')
playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0'
@@ -60,7 +61,6 @@ dependencies {
compile 'com.google.android.gms:play-services-maps:9.4.0'
compile 'pub.devrel:easypermissions:0.1.9'
compile 'com.wefika:flowlayout:0.4.1'
- compile 'io.github.rockerhieu:emojicon:1.4.1'
compile 'com.google.android.gms:play-services-gcm:9.4.0'
}