From 8e0b8a350ca09f441fe3531557a3d0b0fbd3cae4 Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Fri, 8 Jul 2016 12:01:13 -0400 Subject: [PATCH] [TIMOB-23594] Android: Recompile ti.compression module against latest SDK --- .travis.yml | 20 ++++++++++++++------ android/lib/.gitkeep | 0 android/manifest | 10 +++++----- 3 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 android/lib/.gitkeep diff --git a/.travis.yml b/.travis.yml index 11ffdd3..48d1992 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/android/lib/.gitkeep b/android/lib/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/android/manifest b/android/manifest index f759245..b6aef8e 100644 --- a/android/manifest +++ b/android/manifest @@ -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