8000 feat: add ndk 27 and bump minSdk to 21 by triniwiz · Pull Request #1819 · NativeScript/android · GitHub
[go: up one dir, main page]

Skip to content

feat: add ndk 27 and bump minSdk to 21 #1819

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

Merged
merged 13 commits into from
Feb 26, 2025
Prev Previous commit
ci: build
  • Loading branch information
NathanWalker committed Feb 25, 2025
commit ffcddf48786c2a6638a6febf69079aa08cd1287f
10 changes: 5 additions & 5 deletions .github/workflows/npm_release.yml
8000
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
NPM_TAG: "next"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r27
ANDROID_API: 29
ANDROID_API: 33
ANDROID_ABI: x86_64
NDK_ARCH: darwin

Expand All @@ -27,7 +27,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- name: Setup
run: npm install
- uses: actions/download-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
NPM_TAG: "pr"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r27
ANDROID_API: 29
ANDROID_API: 33
ANDROID_ABI: x86_64
NDK_ARCH: darwin

Expand All @@ -24,7 +24,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- uses: actions/setup-java@v3
with:
Expand Down
Loading
0