Skip to content

Commit

Permalink
Treat appcompat as an api dependency (airbnb#2507)
Browse files Browse the repository at this point in the history
LottieAnimationView extends AppCompatImageView, therefore the latter is part of the former's ABI.
  • Loading branch information
jrodbx authored and jbeta51 committed Jun 18, 2024
1 parent 6151a49 commit efdc6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ baselineProfile {
}

dependencies {
implementation libs.androidx.appcompat
api libs.androidx.appcompat
// Do not upgrade to 2.0 because it will bring in Kotlin as a transitive dependency.
//noinspection GradleDependency
implementation libs.okio
Expand Down

0 comments on commit efdc6b7

Please sign in to comment.