Skip to content

Commit

Permalink
android: update to newest ndk r27
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Jul 17, 2024
1 parent 1fdd9df commit 3218b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Setup NDK
run: |
sdkmanager --install "ndk;27.0.11902837"
sdkmanager --install "ndk;27.0.12077973"
- name: Build native libraries
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ android {
}

compileSdkVersion 34
ndkVersion "27.0.11902837-rc1"
ndkVersion "27.0.12077973"
defaultConfig {
if (buildAsApplication) {
applicationId "com.github.oopetris"
Expand Down
4 changes: 2 additions & 2 deletions platforms/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e

mkdir -p toolchains

export NDK_VER_DOWNLOAD="r27-beta2"
export NDK_VER_DESC="r27-beta2"
export NDK_VER_DOWNLOAD="r27"
export NDK_VER_DESC="r27"

export BASE_PATH="$PWD/toolchains/android-ndk-$NDK_VER_DESC"
export ANDROID_NDK_HOME="$BASE_PATH"
Expand Down

0 comments on commit 3218b35

Please sign in to comment.