Skip to content

Commit

Permalink
Android: Bump NDK to 28.0.13004108
Browse files Browse the repository at this point in the history
R28 was released 3 weeks ago and is now preinstalled on GitHub CI runners.

https://github.com/android/ndk/releases/tag/r28
  • Loading branch information
glebm committed Feb 28, 2025
1 parent 1e6c85b commit e289667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: actions/cache@v4
with:
path: android-project/app/.cxx
key: ${{ github.workflow }}-v4-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v4-
key: ${{ github.workflow }}-v5-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v5-

- name: Build
working-directory: ${{github.workspace}}
Expand Down
2 changes: 1 addition & 1 deletion android-project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (buildAsApplication) {
}

android {
ndkVersion '27.2.12479018'
ndkVersion '28.0.13004108'
compileSdk 35
defaultConfig {
if (buildAsApplication) {
Expand Down

0 comments on commit e289667

Please sign in to comment.