diff --git a/app/build.gradle b/app/build.gradle index d8311b0..08d4ec5 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,6 @@ dependencies { compile 'com.android.support:appcompat-v7:26.0.2' compile 'com.squareup.okhttp:okhttp:2.5.0' compile 'com.squareup.okhttp:okhttp-urlconnection:2.5.0' - compile 'com.google.android.gms:play-services-gcm:11.8.0' /* If you want to enable unread message badges */ // compile 'me.leolin:ShortcutBadger:1.1.3@aar' @@ -46,5 +45,3 @@ dependencies { [group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.4.1'] ) } - -apply plugin: 'com.google.gms.google-services' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c3131c3..0724942 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -42,9 +42,6 @@ android:supportsRtl="true" android:hardwareAccelerated="true"> -