From efdc6b7cb789fd239abb967233d29ecb787b9ffe Mon Sep 17 00:00:00 2001 From: John Rodriguez Date: Wed, 29 May 2024 20:41:42 +0200 Subject: [PATCH] Treat appcompat as an api dependency (#2507) LottieAnimationView extends AppCompatImageView, therefore the latter is part of the former's ABI. --- lottie/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottie/build.gradle b/lottie/build.gradle index 7ba4d7cbb1..3adea92e73 100644 --- a/lottie/build.gradle +++ b/lottie/build.gradle @@ -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