Browse Source

Android: Bump NDK to 28.0.13004108

R28 was released 3 weeks ago and is now preinstalled on GitHub CI
runners.

https://github.com/android/ndk/releases/tag/r28
pull/8254/head
Gleb Mazovetskiy 1 year ago committed by Anders Jenbo
parent
commit
3f0120fc80
  1. 4
      .github/workflows/Android.yml
  2. 2
      android-project/app/build.gradle

4
.github/workflows/Android.yml

@ -42,8 +42,8 @@ jobs:
uses: actions/cache@v3
with:
path: android-project/app/.cxx
key: ${{ github.workflow }}-v2-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v2-
key: ${{ github.workflow }}-v3-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v3-
- name: Build
working-directory: ${{github.workspace}}

2
android-project/app/build.gradle

@ -7,7 +7,7 @@ if (buildAsApplication) {
}
android {
ndkVersion '27.2.12479018'
ndkVersion '28.0.13004108'
compileSdk 35
defaultConfig {
if (buildAsApplication) {

Loading…
Cancel
Save