Skip to content

Commit

Permalink
Revert breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal committed Mar 3, 2024
1 parent cdf83c3 commit fe9405d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
distribution: "zulu"
java-version: 17
- uses: gradle/gradle-build-action@v2
- name: Run Unit Tests
- name: Run API compatibility check
run: ./gradlew apiCheck --no-daemon

snapshot-tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ fun LottieAnimation(
fontMap: Map<String, Typeface>? = null,
asyncUpdates: AsyncUpdates = AsyncUpdates.AUTOMATIC,
safeMode: Boolean = false,
testDoNotSubmit: Boolean = false
) {
val drawable = remember { LottieDrawable() }
val matrix = remember { Matrix() }
Expand Down

0 comments on commit fe9405d

Please sign in to comment.