Skip to content

Commit 562d376

Browse files
authored
Merge pull request #176 from OpenBrickProtocolFoundation/update-ndk
android: update to newest ndk r27
2 parents b3d4162 + a2eeea8 commit 562d376

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;27.0.11902837"
49+
sdkmanager --install "ndk;27.0.12077973"
5050
5151
5252
- name: Build native libraries

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 34
251-
ndkVersion "27.0.11902837-rc1"
251+
ndkVersion "27.0.12077973"
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
@@ -4,8 +4,8 @@ set -e
44

55
mkdir -p toolchains
66

7-
export NDK_VER_DOWNLOAD="r27-beta2"
8-
export NDK_VER_DESC="r27-beta2"
7+
export NDK_VER_DOWNLOAD="r27"
8+
export NDK_VER_DESC="r27"
99

1010
export BASE_PATH="$PWD/toolchains/android-ndk-$NDK_VER_DESC"
1111
export ANDROID_NDK_HOME="$BASE_PATH"

0 commit comments

Comments
 (0)