Skip to content

Commit 5e92e6c

Browse files
committed
Try to fix demo build
1 parent 754726a commit 5e92e6c

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
with:
1717
node-version: "12.x"
1818

19-
- name: Fix Android build-tools issue
20-
run: |
21-
echo "Uninstalling build tools > 30"
22-
echo "As a temporary workaround to fix builds"
23-
SDKMANAGER=$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager
24-
echo y | $SDKMANAGER --uninstall "build-tools;31.0.0"
25-
2619
- name: Build Plugin Source
2720
run: cd src && npm run build
2821

demo-angular/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 "22.0.7026061"
1314
defaultConfig {
1415
minSdkVersion 17
1516
generatedDensities = []

demo-vue/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 "22.0.7026061"
1314
defaultConfig {
1415
minSdkVersion 17
1516
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 "22.0.7026061"
1314
defaultConfig {
1415
minSdkVersion 17
1516
generatedDensities = []

0 commit comments

Comments
 (0)