Skip to content

Commit

Permalink
Merge pull request OpenBrickProtocolFoundation#107 from mgerhold/ndk-…
Browse files Browse the repository at this point in the history
…update

update NDk to version 26 (release)
  • Loading branch information
Totto16 authored Sep 18, 2023
2 parents 021c57e + e677c65 commit 471adb3
Show file tree
Hide file tree
Showing 3 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 @@ -35,7 +35,7 @@ jobs:

- name: Setup NDK
run: |
sdkmanager --install "ndk;26.0.10636728" --channel=1
sdkmanager --install "ndk;26.0.10792818"
- name: Run all
run: |
Expand Down
4 changes: 2 additions & 2 deletions platforms/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ if (buildAsApplication) {

android {
compileSdkVersion 34
ndkVersion "26.0.10636728-rc1"
ndkVersion "26.0.10792818"
defaultConfig {
if (buildAsApplication) {
applicationId "com.github.oopetris"
}
minSdkVersion 21
targetSdkVersion 34
versionCode 2
versionName "1.0.1"
versionName "1.0.2"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-34"
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="r26-rc1"
export NDK_VER_DESC="r26-beta2"
export NDK_VER_DOWNLOAD="r26"
export NDK_VER_DESC="r26"

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

0 comments on commit 471adb3

Please sign in to comment.