Skip to content

Commit 9ded337

Browse files
committed
Use newer NDK version
1 parent 6cf92ba commit 9ded337

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

demo-angular/App_Resources/Android/app.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// create a file named before-plugins.gradle in the current directory and place it there
1111

1212
android {
13-
ndkVersion "22.1.7171670"
13+
ndkVersion "24.0.8215888"
1414
defaultConfig {
1515
minSdkVersion 17
1616
generatedDensities = []

demo-vue/App_Resources/Android/app.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// create a file named before-plugins.gradle in the current directory and place it there
1111

1212
android {
13-
ndkVersion "22.1.7171670"
13+
ndkVersion "24.0.8215888"
1414
defaultConfig {
1515
minSdkVersion 17
1616
generatedDensities = []

demo/App_Resources/Android/app.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// create a file named before-plugins.gradle in the current directory and place it there
1111

1212
android {
13+
ndkVersion "24.0.8215888"
1314
defaultConfig {
1415
minSdkVersion 17
1516
generatedDensities = []

0 commit comments

Comments
 (0)