Skip to content

Commit 05fdb80

Browse files
committed
build: add missing deps
1 parent 6c9e2c9 commit 05fdb80

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: macos-latest
88
strategy:
99
matrix:
10-
xcode: [11, 12]
10+
xcode: [12]
1111

1212
steps:
1313
- uses: actions/[email protected]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Smoke test on Ubuntu
1+
name: Smoke test on Ubuntu (Ionic)
22

33
on: [push, pull_request]
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Smoke test on Ubuntu
1+
name: Smoke test on Ubuntu (Apache Cordova)
22

33
on: [push, pull_request]
44

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
platforms/
44
plugins/
55
yarn-error.log
6+
lottie-smoke-test/

plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<source-file src="src/android/LottieSplashScreenExceptions.kt" target-dir="app/src/main/kotlin/de/dustplanet/cordova/lottie" />
2323

2424
<framework src="com.airbnb.android:lottie:3.7.1" />
25+
<framework src="androidx.annotation:annotation:1.2.0" />
26+
<framework src="androidx.appcompat:appcompat:1.3.0" />
2527
</platform>
2628

2729
<platform name="ios">

0 commit comments

Comments
 (0)