Skip to content

Commit

Permalink
Bump NDK to 27.1
Browse files Browse the repository at this point in the history
Summary:
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

Differential Revision: D62278654
  • Loading branch information
alanleedev authored and facebook-github-bot committed Sep 6, 2024
1 parent 5fe7660 commit 1588b95
Showing 1 changed file with 1 addition and 1 deletion.
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.5.1"
androidx-annotation = "1.6.0"
Expand Down

0 comments on commit 1588b95

Please sign in to comment.