Skip to content

Commit

Permalink
feat: Bump Android NDK (#94)
Browse files Browse the repository at this point in the history
Summary:
## Motivation

Bumps Android NDK version to 26.1.xxx - see facebook/react-native#42656, cc cortinico

bump in gradle

Pull Request resolved: #94

Test Plan: build app

Reviewed By: NickGerleman

Differential Revision: D53122799

Pulled By: cortinico

fbshipit-source-id: 4a256d4e595ea7025b80b98260330827023a07a0
  • Loading branch information
mrousavy authored and facebook-github-bot committed Jan 27, 2024
1 parent 0454714 commit 3bf8172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

android {
compileSdk 34
ndkVersion '26.0.10792818'
ndkVersion '26.1.10909125'

externalNativeBuild {
cmake {
Expand Down

0 comments on commit 3bf8172

Please sign in to comment.