Skip to content

Commit

Permalink
test: use same sdk version as jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 5, 2020
1 parent d14aa74 commit 8e60418
Showing 1 changed file with 1 addition and 1 deletion.
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 || '7.5.2.GA'
sdkVersion: config.sdkVersion || '9.0.0.v20200128095338'
},
customLaunchers: {
android: {
Expand Down

0 comments on commit 8e60418

Please sign in to comment.