Skip to content

Commit

Permalink
android: require NDK 24.x (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Oct 28, 2023
1 parent 12f817f commit f454126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ext.cdvMinSdkVersion = _nodeMinSdkVersion
def _compileNativeModulesSdkVersion=_nodeMinSdkVersion;

android {
ndkVersion "24.0.8215888"
defaultConfig {
externalNativeBuild {
cmake {
Expand Down

0 comments on commit f454126

Please sign in to comment.