Skip to content

Commit

Permalink
build: use 9.0.x SDK builds to test/build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 3, 2020
1 parent e2a2860 commit 86c02a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 7.5.2.GA
TITANIUM_SDK_VERSION = 9.0.0.GA


//
Expand Down
2 changes: 1 addition & 1 deletion test/unit/karma.unit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = config => {
'karma-*'
],
titanium: {
sdkVersion: config.sdkVersion || '8.1.1.GA'
sdkVersion: config.sdkVersion || '9.0.0.v20200127103011'
},
customLaunchers: {
android: {
Expand Down

0 comments on commit 86c02a9

Please sign in to comment.