Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ti 6 update #2

Merged
merged 3 commits into from Apr 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Thank you iamyellow!

Using Google Play Service instead of the fork original gcm.jar

It supports the Appcelerator Platform (5.1.1.SDK) and Titanium SDK 4.0.0.
It supports the Titanium SDK 6.0.x

It has a very simple API -almost identical to iOS!- yet flexible and powerful, as it executes Javascript whenever a notification is received, no matter if the app is in foreground or background. More info at:
[Titanium の Android で GCM(Push通知) Google Play Service版 - Qiita 変更する](http://qiita.com/hntn/items/a83072e441ccf4fc715c)
Expand Down
Binary file added dist/net.iamyellow.gcmjs-android-1.0.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions manifest
Expand Up @@ -2,8 +2,8 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 0.4
apiversion: 2
version: 1.0
apiversion: 3
description: Simple yet powerful API for Android GCM push notifications
author: jordi domenech
license: Apache License, Version 2.0
Expand All @@ -15,5 +15,5 @@ name: gcmjs
moduleid: net.iamyellow.gcmjs
guid:
platform: android
minsdk: 3.5.1.GA
architectures: armeabi armeabi-v7a x86
minsdk: 6.0.0.GA
architectures: armeabi-v7a x86