From 5989f26e4bcba0961914ce6cd740a333ed7b021c Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Wed, 24 Aug 2016 17:14:59 +0200 Subject: [PATCH] Remove Play Services version requirement Solve this issue: https://github.com/Neson/react-native-system-notification/issues/48 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 080e7d8..c8f98df 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,6 +21,6 @@ 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 files('libs/js.jar') }