Skip to content

Commit

Permalink
release: Update NDK to r28-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jan 27, 2025
1 parent 218a556 commit 6dc82fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r28-beta2
ndk-version: r28-beta3
- name: Setup OpenJDK
run: |-
sudo apt update && sudo apt install -y openjdk-17-jdk-headless
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r28-beta2
ndk-version: r28-beta3
- name: Setup OpenJDK
run: |-
sudo apt update && sudo apt install -y openjdk-17-jdk-headless
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
version: 2.6.0
install-only: true
- name: Cache ghr
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion cmd/internal/build_shared/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func FindSDK() {
}

func findNDK() bool {
const fixedVersion = "28.0.12674087"
const fixedVersion = "28.0.12916984"
const versionFile = "source.properties"
if fixedPath := filepath.Join(androidSDKPath, "ndk", fixedVersion); rw.IsFile(filepath.Join(fixedPath, versionFile)) {
androidNDKPath = fixedPath
Expand Down

0 comments on commit 6dc82fc

Please sign in to comment.