Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 40027ed

Browse files
committed
Merge pull request #14 from NativeScript/filipov/fix-gcm-dependency
Depend only on gcm API from play-services. Updated version to 0.0.14.
2 parents 925183f + 626bd9d commit 40027ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "nativescript-push-notifications",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"main" : "push-plugin.js",
55
"repository": {
66
"type": "git",

platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ android {
77
}
88

99
dependencies {
10-
compile 'com.google.android.gms:play-services:8.4.0'
10+
compile 'com.google.android.gms:play-services-gcm:8.4.0'
1111
}

0 commit comments

Comments
 (0)