From af2232718a99bca9e5528bfbd14a3b06480841b7 Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Wed, 30 Jul 2014 13:34:09 -0700 Subject: [PATCH 1/7] Minor edits to bump travis to build. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 093cee3..2ec2eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: objective-c env: global: - - "MODULE_NAME=ti.inappbilling" + - "MODULE_NAME=ti.inappbilling" before_install: - MODULE_ROOT=$PWD install: @@ -12,5 +12,5 @@ script: - curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/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 - - source deploy.sh \ No newline at end of file + - curl -o deploy.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/deploy.sh + - source deploy.sh From d054544cc88ccfb04578d0bc3ee3cad0f2e62ca2 Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Wed, 30 Jul 2014 13:46:15 -0700 Subject: [PATCH 2/7] Update build SDK to 3.2.1.GA --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ec2eb1..79ee038 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: install: - cd $MODULE_ROOT - curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh - - source install.sh + - source install.sh -sdk 3.2.1.GA script: - curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh - source script.sh From e92f65905e898ae4fbd5f0e9f0c4dcb555fb942f Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Wed, 30 Jul 2014 13:58:15 -0700 Subject: [PATCH 3/7] Forgot how to do the proper command-line flag. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 79ee038..ceaf4e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: install: - cd $MODULE_ROOT - curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh - - source install.sh -sdk 3.2.1.GA + - source install.sh -s 3.2.1.GA script: - curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh - source script.sh From 10845935d557017fa49335834e2d19fbccff8c11 Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Wed, 30 Jul 2014 14:18:39 -0700 Subject: [PATCH 4/7] Bump SDK to 3.2.2.GA (because of https://jira.appcelerator.org/browse/TIMOB-16553) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ceaf4e1..e1f1bf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: install: - cd $MODULE_ROOT - curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh - - source install.sh -s 3.2.1.GA + - source install.sh -s 3.2.2.GA script: - curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh - source script.sh From 795c8ee4c0769c90fada3a0f7bb0d17cd89a4b6f Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Wed, 30 Jul 2014 14:18:58 -0700 Subject: [PATCH 5/7] Bumping minimum --- android/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/manifest b/android/manifest index 1644d31..5645ca9 100644 --- a/android/manifest +++ b/android/manifest @@ -15,4 +15,4 @@ name: inappbilling moduleid: ti.inappbilling guid: 3bdb4cb3-765b-41cc-8268-d8deb35ece07 platform: android -minsdk: 3.2.1.GA +minsdk: 3.2.2.GA From 66570aaa34fcdf2441d33c801f461f18a4814536 Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Wed, 30 Jul 2014 14:20:10 -0700 Subject: [PATCH 6/7] Bumping minimum. --- android/.classpath | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/.classpath b/android/.classpath index 531e717..bacd4a6 100644 --- a/android/.classpath +++ b/android/.classpath @@ -4,10 +4,10 @@ - - - - - + + + + + From 3f70fb5b6dfea196a567bb2aee569a279d6c94bd Mon Sep 17 00:00:00 2001 From: jonalter Date: Wed, 30 Jul 2014 14:36:16 -0700 Subject: [PATCH 7/7] Bumping sdk version to build with --- android/build.properties.example | 2 +- android/documentation/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.properties.example b/android/build.properties.example index 99a4557..7e3e850 100644 --- a/android/build.properties.example +++ b/android/build.properties.example @@ -1,6 +1,6 @@ titanium.sdk=/Library/Application\ Support/Titanium/ titanium.os=osx -titanium.version=3.2.1.GA +titanium.version=3.2.2.GA android.sdk=/usr/android-sdk titanium.platform=${titanium.sdk}/mobilesdk/${titanium.os}/${titanium.version}/android diff --git a/android/documentation/index.md b/android/documentation/index.md index b408538..a9c9bec 100644 --- a/android/documentation/index.md +++ b/android/documentation/index.md @@ -6,7 +6,7 @@ The InAppBilling module allows you to access the Android In-App Billing mechanis ## Dependencies -* This module requires Titanium SDK 3.2.1.GA or later. +* This module requires Titanium SDK 3.2.2.GA or later. * This module must be tested on a device, testing on an emulator will not work. * Your test device should be running on Android SDK Version 2.2 (API level 8) or higher, and have Google Play client Version 3.9.16 or higher installed.