From ad994a2f4ce3add0b58201cedb2e6e5afec1071f Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 26 Aug 2016 16:43:30 +0200 Subject: add missing depency to gradle file --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index c872a149..52fb1392 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,7 @@ dependencies { compile 'org.whispersystems:axolotl-android:1.3.4' compile 'com.makeramen:roundedimageview:2.2.0' compile 'com.google.android.gms:play-services-gcm:9.4.0' + compile "com.wefika:flowlayout:0.4.1" } ext { -- cgit v1.2.3