Skip to content

Commit

Permalink
Match Ubuntu NDK (21) to aarch64/M1 (25 rc2)
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed May 3, 2022
1 parent 1f6e051 commit d562a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
ndkVersion = "23.1.7779620"
} else {
// Otherwise we default to the side-by-side NDK version from AGP.
ndkVersion = "21.4.7075529"
ndkVersion = "25.0.8221429 rc2"
}
// Also create/update android/local.properties ndk.dir=/Users/<user>/Library/Android/sdk/ndk/<ver>
// Some versions like 24.0.7956693-beta2 not listed in Android Studio Preview
Expand Down

0 comments on commit d562a88

Please sign in to comment.