Skip to content

Commit

Permalink
Recompilation with 64bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio De Stefano committed Jan 12, 2017
1 parent 853c4f7 commit ba263e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
Binary file added android/dist/ti.goosh-android-1.7.3.zip
Binary file not shown.
Binary file added android/dist/ti.goosh.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.7.2
version: 1.7.3
apiversion: 3
architectures: armeabi armeabi-v7a x86
architectures: armeabi-v7a x86
description: ti.goosh
author: Flavio De Stefano
license: MIT
Expand All @@ -15,4 +15,4 @@ name: ti.goosh
moduleid: ti.goosh
guid: 5ad17cbc-1fed-4f20-8f27-6d1baa49ea9f
platform: android
minsdk: 6.0.0.GA
minsdk: 6.0.0
5 changes: 0 additions & 5 deletions example/app.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
var TiGoosh = require('ti.goosh');
TiGoosh.registerForPushNotifications({


// The callback to invoke when a notification arrives.
callback: function(e) {

var data = JSON.parse(e.data || '');

},

// The callback invoked when you have the device token.
success: function(e) {

// Send the e.deviceToken variable to your PUSH server
Ti.API.log('Notifications: device token is ' + e.deviceToken);

},

// The callback invoked on some errors.
Expand Down

0 comments on commit ba263e2

Please sign in to comment.