Skip to content

Commit

Permalink
Bump NDK to 26.1 (#42656)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook/react-native#42656

I'm bumping the NDK to 26.1. As we already have a bump lined up to 26.0 on main,
it makes sense to go to .1 as it's declared the LTS:
https://github.com/android/ndk/wiki

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

Reviewed By: NickGerleman

Differential Revision: D53083606

fbshipit-source-id: 12290efcfa8a72ab88c21ffe9507d08d5512d61b

Original: facebook/react-native@5f75e9b
  • Loading branch information
cortinico authored and facebook-github-bot committed Jan 26, 2024
1 parent 43712c6 commit e6f4f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.0.10792818"
ndkVersion = "26.1.10909125"
kotlinVersion = "1.8.0"
}
repositories {
Expand Down

0 comments on commit e6f4f01

Please sign in to comment.