diff --git a/android/build.gradle b/android/build.gradle index 080e7d8..d27184a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,6 +21,7 @@ dependencies { compile 'com.google.code.gson:gson:2.3.+' compile 'com.android.support:appcompat-v7:23.0.1' compile 'com.android.support:support-annotations:+' - compile 'com.google.android.gms:play-services-gcm:8.1.0+' + compile 'com.google.android.gms:play-services-gcm:+' + compile 'com.google.firebase:firebase-messaging:+' compile files('libs/js.jar') }