Skip to content

Commit

Permalink
Merge pull request #9 from sgtcoolguy/TIMOB-23594
Browse files Browse the repository at this point in the history
[TIMOB-23594] Android: Recompile ti.compression module against latest SDK
  • Loading branch information
sgtcoolguy authored Jul 15, 2016
2 parents b139622 + 8e0b8a3 commit a68b815
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
language: objective-c
osx_image: xcode7.3
env:
global:
- "MODULE_NAME=ti.compression"
global:
- "MODULE_NAME=ti.compression"
- TRAVIS_NODE_VERSION="4"
before_install:
- MODULE_ROOT=$PWD
- brew update
- brew install nvm
- source $(brew --prefix nvm)/nvm.sh
- nvm install 4
- npm config delete prefix
- nvm use --delete-prefix v4.4.7 4
install:
- cd $MODULE_ROOT
- curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh
- source install.sh
script:
- curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh
- curl -o install.sh https://raw.githubusercontent.com/sgtcoolguy/ci/v8/travis/install.sh
- source install.sh -s "--branch master"
script:
- curl -o script.sh https://raw.githubusercontent.com/sgtcoolguy/ci/v8/travis/script.sh
- source script.sh
after_success: # and this only on success
- curl -o deploy.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/deploy.sh
Expand Down
Empty file added android/lib/.gitkeep
Empty file.
10 changes: 5 additions & 5 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.0.4
apiversion: 2
version: 3.0.0
apiversion: 3
description: Lets you zip and unzip files.
author: Dawson Toth
license: Apache License, Version 2.0
copyright: Copyright (c) 2010-2013 by Appcelerator, Inc.
architectures: armeabi armeabi-v7a x86
copyright: Copyright (c) 2010-2016 by Appcelerator, Inc.
architectures: armeabi-v7a x86

# these should not be edited
name: compression
moduleid: ti.compression
guid: c129f5f7-ace8-4cca-be47-b226f8b29f78
platform: android
minsdk: 3.2.2.GA
minsdk: 6.0.0

0 comments on commit a68b815

Please sign in to comment.