Skip to content

Commit

Permalink
build: bump android ndk to 26 (#5540)
Browse files Browse the repository at this point in the history
* build: bump ndk to 26

required for C++20 libc++ support to work properly: https://github.com/android/ndk/releases/tag/r26
this update disables kitkat support

* build: match APP_PLATFORM to ndkBuildAppPlatform
  • Loading branch information
scarf005 authored Oct 8, 2024
1 parent 01bfa37 commit 5450403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ endif
#APP_OPTIM := release

# Min SDK level
APP_PLATFORM=android-16
APP_PLATFORM=android-21

2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ override_ndkBuildAppPlatform=android-21

# This property controls which ndkVersion should be used
# You can override this from the command line by passing "-Poverride_ndkVersion=#"
override_ndkVersion=25.2.9519653
override_ndkVersion=26.3.11579264

0 comments on commit 5450403

Please sign in to comment.