Skip to content

Commit 3f0120f

Browse files
glebmAJenbo
authored andcommitted
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
1 parent 0edcde3 commit 3f0120f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
uses: actions/cache@v3
4343
with:
4444
path: android-project/app/.cxx
45-
key: ${{ github.workflow }}-v2-${{ github.sha }}
46-
restore-keys: ${{ github.workflow }}-v2-
45+
key: ${{ github.workflow }}-v3-${{ github.sha }}
46+
restore-keys: ${{ github.workflow }}-v3-
4747

4848
- name: Build
4949
working-directory: ${{github.workspace}}

android-project/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (buildAsApplication) {
77
}
88

99
android {
10-
ndkVersion '27.2.12479018'
10+
ndkVersion '28.0.13004108'
1111
compileSdk 35
1212
defaultConfig {
1313
if (buildAsApplication) {

0 commit comments

Comments
 (0)