Skip to content

Commit

Permalink
64Bits Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Toro Bayona committed Mar 31, 2015
1 parent df17f57 commit 53371c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
install:
- cd $MODULE_ROOT
- curl -o settup.sh https://raw.githubusercontent.com/TheBookPeople/ci-scripts/master/travis/titanium/modules/settup.sh
- source settup.sh -s "3.4.1.GA"
- source settup.sh -s "3.5.1.GA"
script:
- curl -o build.sh https://raw.githubusercontent.com/TheBookPeople/ci-scripts/master/travis/titanium/modules/build.sh
- source build.sh
Expand Down
3 changes: 2 additions & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.2.1
version: 1.2.2
apiversion: 2
architectures: armeabi armeabi-v7a x86
description: push-io
author: The Book People Ltd
license: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.2.1
version: 1.2.2
apiversion: 2
description: push-io
author: The Book People Ltd
Expand Down

0 comments on commit 53371c2

Please sign in to comment.