diff --git a/android/build.gradle b/android/build.gradle index ab0e5c4fa990c969931463c87804572737c3fa0e..6f05c1b10521811ced69a91c3e775fcbb308dd60 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -20,7 +20,7 @@ android { dependencies { // Google's GCM. - compile 'com.google.android.gms:play-services-gcm:9.4.0' + compile 'com.google.android.gms:play-services-gcm:10.0.1' compile 'com.facebook.react:react-native:+' diff --git a/package.json b/package.json index 1152b1a609cc191535a9a281d6f3c1ea7dd750eb..b376c5faf67fc261eb5363eaabf1379b0882f9ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications", - "version": "1.1.4", + "version": "1.1.5", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "author": "Lidan Hifi ", "license": "MIT",