Skip to content

Commit 7a09fb5

Browse files
committed
update to the newest ndk
1 parent 4ee4370 commit 7a09fb5

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;26.2.11394342"
49+
sdkmanager --install "ndk;26.3.11579264"
5050
5151
- name: Build natibe libraries
5252
run: |

platforms/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def List getAndroidABI() {
6262

6363
android {
6464
compileSdk 34
65-
ndkVersion "26.2.11394342"
65+
ndkVersion "26.3.11579264"
6666
defaultConfig {
6767
if (buildAsApplication) {
6868
applicationId "com.github.oopetris"

platforms/build-android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export COMPILE_TYPE="smart"
77

88
mkdir -p toolchains
99

10-
export NDK_VER_DOWNLOAD="r26c"
11-
export NDK_VER_DESC="r26c"
10+
export NDK_VER_DOWNLOAD="r26d"
11+
export NDK_VER_DESC="r26d"
1212

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

0 commit comments

Comments
 (0)