diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-09-27 11:45:11 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-09-27 11:45:11 +0200 |
commit | 5cd8917122abebe317388fc9cb145b28d58f6d30 (patch) | |
tree | 787511e2698e0db95ad9bb59908fe1a6409433bb | |
parent | bb48f67a30d09623a896dd125627666ff4e171f8 (diff) |
remove dubplicate play service dependency from build
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 6e4acbe3..1b1d9f83 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,6 @@ dependencies { compile 'com.kyleduo.switchbutton:library:1.2.8' 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" } |