File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed
demo-angular/App_Resources/Android
demo-vue/App_Resources/Android
demo/App_Resources/Android Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1818
1919 - name : Fix Android build-tools issue
2020 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"
21+ cd $ANDROID_HOME/build-tools/31.0.0; ln -s d8 dx; ln -s lib/d8.jar lib/dx.jar;
2522
2623 - name : Build Plugin Source
2724 run : cd src && npm run build
Original file line number Diff line number Diff line change 1010// create a file named before-plugins.gradle in the current directory and place it there
1111
1212android {
13- ndkVersion " 22.0.7026061"
1413 defaultConfig {
1514 minSdkVersion 17
1615 generatedDensities = []
Original file line number Diff line number Diff line change 1010// create a file named before-plugins.gradle in the current directory and place it there
1111
1212android {
13- ndkVersion " 22.0.7026061"
1413 defaultConfig {
1514 minSdkVersion 17
1615 generatedDensities = []
Original file line number Diff line number Diff line change 1010// create a file named before-plugins.gradle in the current directory and place it there
1111
1212android {
13- ndkVersion " 22.0.7026061"
1413 defaultConfig {
1514 minSdkVersion 17
1615 generatedDensities = []
You can’t perform that action at this time.
0 commit comments