Skip to content

Commit

Permalink
build: update to a released 9.2.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Sep 14, 2020
1 parent f2471c7 commit 600314b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ library 'pipeline-library'
buildModule {
// defaults:
// nodeVersion = '8.2.1' // Must have version set up on Jenkins master before it can be changed
sdkVersion = '9.0.0.v20200205142057'
sdkVersion = '9.2.0.v20200914000026'
npmPublish = false
// androidAPILevel = '23' // if changed, must install on build nodes
}
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 = 9.2.0
TITANIUM_SDK_VERSION = 9.2.0.v20200914000026


//
Expand Down

0 comments on commit 600314b

Please sign in to comment.