Skip to content

Commit d550d42

Browse files
committed
build(ci): update Kotlin version
1 parent a72c01e commit d550d42

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/smoke-test-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
cd lottie-smoke-test
4747
cordova platform add ios@latest
4848
gsed -i '4i\ <preference name="SwiftVersion" value="5" />' config.xml
49-
cordova platform add android@latest
49+
cordova platform add android@10
5050
gsed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
51+
gsed -i '4i\ <preference name="GradlePluginKotlinVersion" value="1.8.0" />' config.xml
5152
5253
- name: Install Plugins
5354
run: |

.github/workflows/smoke-test-ubuntu-ionic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
ionic start lottie-smoke-test tabs --cordova --type angular --no-interactive --no-confirm
3636
cd lottie-smoke-test
3737
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
3940
sed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
4041
4142
- name: Install Plugins

.github/workflows/smoke-test-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
npm i -g cordova
3535
cordova create lottie-smoke-test
3636
cd lottie-smoke-test
37-
cordova platform add android@latest
37+
cordova platform add android@10
3838
sed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
39+
sed -i '4i\ <preference name="GradlePluginKotlinVersion" value="1.8.0" />' config.xml
3940
4041
- name: Install Plugins
4142
run: |

.github/workflows/smoke-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npm i -g cordova
3434
cordova create lottie-smoke-test
3535
cd lottie-smoke-test
36-
cordova platform add android@latest
36+
cordova platform add android@10
3737
3838
- name: Install Plugins
3939
run: |

0 commit comments

Comments
 (0)