Skip to content

Commit e7957c1

Browse files
committed
Use another NDK version
1 parent 6570f9a commit e7957c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.7026061"
13+
ndkVersion "22.1.7171670"
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.0.7026061"
13+
ndkVersion "22.1.7171670"
1414
defaultConfig {
1515
minSdkVersion 17
1616
generatedDensities = []

demo/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.0.7026061"
13+
ndkVersion "22.1.7171670"
1414
defaultConfig {
1515
minSdkVersion 17
1616
generatedDensities = []

0 commit comments

Comments
 (0)