diff --git a/build.gradle b/build.gradle index 1c2db55fb..834d28592 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { if (firebaseEnable()) { compile 'com.google.firebase:firebase-messaging:9.0.0' } else { - compile "com.google.android.gms:play-services-gcm:10.2.0" + compile fileTree(include: 'gcm.jar', dir: 'libs') compile 'com.android.support:support-v4:+' } } diff --git a/libs/gcm.jar b/libs/gcm.jar new file mode 100644 index 000000000..ac109a830 Binary files /dev/null and b/libs/gcm.jar differ