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/7794/head
Gleb Mazovetskiy 1 year ago
parent
commit
e289667707
  1. 4
      .github/workflows/Android.yml
  2. 2
      android-project/app/build.gradle

4
.github/workflows/Android.yml

@ -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}}

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