Skip to content

Commit decd175

Browse files
committed
Try to install NDK
1 parent 9ded337 commit decd175

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
echo "As a temporary workaround to fix builds"
2323
SDKMANAGER=$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager
2424
echo y | $SDKMANAGER --uninstall "build-tools;31.0.0"
25+
echo y | $SDKMANAGER --install "ndk;22.1.7171670"
2526
2627
- name: Build Plugin Source
2728
run: cd src && npm run build

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

0 commit comments

Comments
 (0)