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
Next Next commit
chore: use JDK 21
  • Loading branch information
triniwiz committed Feb 25, 2025
commit e339da6a1b13db5231fb438300ca62199705432c
4 changes: 2 additions & 2 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
java-version: "21"
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
java-version: "21"
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
java-version: "21"
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
java-version: "21"
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down
Loading
0