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

Commit 3531ab0

Browse files
authored
Merge pull request #48 from NativeScript/adobrev/android-runtime-fix
Update gradle to compile against the latest GCM SDK available
2 parents 5a01952 + da6d985 commit 3531ab0

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.16",
3+
"version": "0.0.17",
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-gcm:8.4.0'
10+
compile 'com.google.android.gms:play-services-gcm:+'
1111
}

0 commit comments

Comments
 (0)