File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 46
46
cd lottie-smoke-test
47
47
cordova platform add ios@latest
48
48
gsed -i '4i\ <preference name="SwiftVersion" value="5" />' config.xml
49
- cordova platform add android@latest
49
+ cordova platform add android@10
50
50
gsed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
51
+ gsed -i '4i\ <preference name="GradlePluginKotlinVersion" value="1.8.0" />' config.xml
51
52
52
53
- name : Install Plugins
53
54
run : |
Original file line number Diff line number Diff line change 35
35
ionic start lottie-smoke-test tabs --cordova --type angular --no-interactive --no-confirm
36
36
cd lottie-smoke-test
37
37
npx ng add @ionic/cordova-builders --skip-confirmation
38
- ionic cordova platform add android@latest --no-interactive --confirm
38
+ ionic cordova platform add android@10 --no-interactive --confirm
39
+ sed -i '4i\ <preference name="GradlePluginKotlinVersion" value="1.8.0" />' config.xml
39
40
sed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
40
41
41
42
- name : Install Plugins
Original file line number Diff line number Diff line change 34
34
npm i -g cordova
35
35
cordova create lottie-smoke-test
36
36
cd lottie-smoke-test
37
- cordova platform add android@latest
37
+ cordova platform add android@10
38
38
sed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
39
+ sed -i '4i\ <preference name="GradlePluginKotlinVersion" value="1.8.0" />' config.xml
39
40
40
41
- name : Install Plugins
41
42
run : |
Original file line number Diff line number Diff line change 33
33
npm i -g cordova
34
34
cordova create lottie-smoke-test
35
35
cd lottie-smoke-test
36
- cordova platform add android@latest
36
+ cordova platform add android@10
37
37
38
38
- name : Install Plugins
39
39
run : |
You can’t perform that action at this time.
0 commit comments