Skip to content

Commit 91b6f96

Browse files
committed
build: update the ndk version for android to 29 beta3
1 parent f63ad26 commit 91b6f96

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;29.0.13599879"
49+
sdkmanager --install "ndk;29.0.13846066"
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
@@ -322,7 +322,7 @@ android {
322322
}
323323

324324
compileSdkVersion 35
325-
ndkVersion "29.0.13599879"
325+
ndkVersion "29.0.13846066"
326326
defaultConfig {
327327
if (buildAsApplication) {
328328
applicationId "com.github.oopetris"

platforms/build-android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if [ ! -d "toolchains" ]; then
1111
mkdir -p toolchains
1212
fi
1313

14-
export NDK_VER_DOWNLOAD="r29-beta2"
15-
export NDK_VER_DESC="r29-beta2"
14+
export NDK_VER_DOWNLOAD="r29-beta3"
15+
export NDK_VER_DESC="r29-beta3"
1616

1717
export BASE_PATH="$PWD/toolchains/android-ndk-$NDK_VER_DESC"
1818
export ANDROID_NDK_HOME="$BASE_PATH"

0 commit comments

Comments
 (0)