Skip to content

Commit

Permalink
Bump NDK to 25 (#37974)
Browse files Browse the repository at this point in the history
Summary:
Bumps NDK to current LTS Release.

## Changelog:

[Android] [Changed] - Bump NDK to 25

Pull Request resolved: facebook/react-native#37974

Test Plan: CI Green ✅

Reviewed By: christophpurrer

Differential Revision: D47754763

Pulled By: cortinico

fbshipit-source-id: 24fbca503b3814c28a05aada5223c741e14bda28

Original: facebook/react-native@28deaa3
  • Loading branch information
szymonrybczak authored and facebook-github-bot committed Jul 25, 2023
1 parent 66c6ea0 commit e3618ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions template/template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ buildscript {
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33

// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
}
repositories {
Expand Down

0 comments on commit e3618ae

Please sign in to comment.