Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-25060] Build Android hyperloop against SDK 7.0.0 / v8 5.7+ #179

Merged
merged 5 commits into from
Nov 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 = '6.9.5'
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.v20171108114616' // Use master build with Windows DLL, removed 8.1
def sdkVersion = '7.0.0.v20171108114616' // Use master build with Windows DLL & removed 8.1, newer v8 api level *and* Android ARM64 support
def androidAPILevel = '26'

// gets assigned once we read the package.json file
Expand Down
8 changes: 4 additions & 4 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# during compilation, packaging, distribution, etc.
#
version: VERSION
apiversion: 3
architectures: armeabi-v7a x86
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: hyperloop-android
author: Appcelerator
license: Appcelerator Commercial License
copyright: Copyright (c) 2016 Appcelerator, Inc.
copyright: Copyright (c) 2017 Appcelerator, Inc.

# these should not be edited
name: hyperloop-android
moduleid: hyperloop
guid: bdaca69f-b316-4ce6-9065-7a61e1dafa39
platform: android
minsdk: 6.0.0
minsdk: 7.0.0