Skip to content

Commit

Permalink
Bump NDK to 27.1 (#46357)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #46357

Bumping NDK to 27.1.12297006 as we need it to build native libraries with 16KB page size support.

See:
- Changelog r27: https://github.com/android/ndk/wiki/Changelog-r27
- 16KB page sizes: https://developer.android.com/guide/practices/page-sizes

Changelog:
[Android] [Changed] - Android NDK to 27.1

Reviewed By: cortinico

Differential Revision: D62278654

fbshipit-source-id: 9968a45d9f41031571dfa1bb1671d6ad71d0644d
  • Loading branch information
alanleedev authored and facebook-github-bot committed Oct 24, 2024
1 parent 37375d8 commit ba061a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/helloworld/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minSdk = "24"
targetSdk = "34"
compileSdk = "35"
buildTools = "35.0.0"
ndkVersion = "26.1.10909125"
ndkVersion = "27.1.12297006"
# Dependencies versions
agp = "8.7.1"
androidx-annotation = "1.6.0"
Expand Down

0 comments on commit ba061a5

Please sign in to comment.