Skip to content

Commit bd4e797

Browse files
committed
build: update the ndk version for android to 28-rc2 (beta3)
1 parent 5f32b51 commit bd4e797

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Setup NDK
4848
run: |
49-
sdkmanager --install "ndk;28.0.12674087"
49+
sdkmanager --install "ndk;28.0.12916984"
5050
5151
- name: Build native libraries
5252
run: |

platforms/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ android {
248248
}
249249

250250
compileSdkVersion 35
251-
ndkVersion "28.0.12674087"
251+
ndkVersion "28.0.12916984"
252252
defaultConfig {
253253
if (buildAsApplication) {
254254
applicationId "com.github.oopetris"

platforms/build-android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if [ ! -d "toolchains" ]; then
66
mkdir -p toolchains
77
fi
88

9-
export NDK_VER_DOWNLOAD="r28-beta2"
10-
export NDK_VER_DESC="r28-beta2"
9+
export NDK_VER_DOWNLOAD="r28-beta3"
10+
export NDK_VER_DESC="r28-beta3"
1111

1212
export BASE_PATH="$PWD/toolchains/android-ndk-$NDK_VER_DESC"
1313
export ANDROID_NDK_HOME="$BASE_PATH"

0 commit comments

Comments
 (0)