Skip to content

Commit

Permalink
Merge pull request #213 from OpenBrickProtocolFoundation/update_ndk_t…
Browse files Browse the repository at this point in the history
…o_28

build: update the ndk to v28
  • Loading branch information
Totto16 authored Feb 17, 2025
2 parents eced13c + 81f1b14 commit 824155c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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;28.0.12916984"
sdkmanager --install "ndk;28.0.13004108"
- name: Build native libraries
run: |
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 35
ndkVersion "28.0.12916984"
ndkVersion "28.0.13004108"
defaultConfig {
if (buildAsApplication) {
applicationId "com.github.oopetris"
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.2'
classpath 'com.android.tools.build:gradle:8.8.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions platforms/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [ ! -d "toolchains" ]; then
mkdir -p toolchains
fi

export NDK_VER_DOWNLOAD="r28-beta3"
export NDK_VER_DESC="r28-beta3"
export NDK_VER_DOWNLOAD="r28"
export NDK_VER_DESC="r28"

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

0 comments on commit 824155c

Please sign in to comment.