Skip to content

Commit

Permalink
use latest master SDK to build with ARM64 support. Use node 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Nov 8, 2017
1 parent a23a268 commit e940a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import com.axway.AppcCLI;

// Tweak these if you want to test against different nodejs or environment
def nodeVersion = '8.8.1'
def nodeVersion = '8.9.0'
def platformEnvironment = 'prod' // 'preprod'
def credentialsId = '895d8db1-87c2-4d96-a786-349c2ed2c04a' // preprod = '65f9aaaf-cfef-4f22-a8aa-b1fb0d934b64'
def sdkVersion = '7.0.0.v20171025141436' // Build against 7.0.0+ to compile against newer v8 api level
def sdkVersion = '7.0.0.v20171107142411' // Build against 7.0.0+ to compile against newer v8 api level *and* ARM64 support
def androidAPILevel = '26'

// gets assigned once we read the package.json file
Expand Down

0 comments on commit e940a8a

Please sign in to comment.