add missing depency to gradle file
This commit is contained in:
parent
fd54dc5aff
commit
ad994a2f4c
|
@ -40,6 +40,7 @@ dependencies {
|
||||||
compile 'org.whispersystems:axolotl-android:1.3.4'
|
compile 'org.whispersystems:axolotl-android:1.3.4'
|
||||||
compile 'com.makeramen:roundedimageview:2.2.0'
|
compile 'com.makeramen:roundedimageview:2.2.0'
|
||||||
compile 'com.google.android.gms:play-services-gcm:9.4.0'
|
compile 'com.google.android.gms:play-services-gcm:9.4.0'
|
||||||
|
compile "com.wefika:flowlayout:0.4.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
|
Loading…
Reference in a new issue