10000 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
Next Next commit
chore: bump ndk
  • Loading branch information
triniwiz committed Jul 30, 2024
commit 52b9bc673b79e91a633d5c57f02d3f673603e3e3
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
AA7B
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
NPM_TAG: "next"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r23c
NDK_VERSION: r27
ANDROID_API: 29
ANDROID_ABI: x86_64
NDK_ARCH: darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
env:
NPM_TAG: "pr"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r23c
NDK_VERSION: r27
ANDROID_API: 29
ANDROID_ABI: x86_64
NDK_ARCH: darwin
Expand Down
Loading
0