From 68a8e11e6ec1b3bcb2faf324009f0d647722ef69 Mon Sep 17 00:00:00 2001 From: John Rodriguez Date: Wed, 29 May 2024 14:01:19 -0400 Subject: [PATCH] Treat appcompat as an api dependency ...since LottieAnimationView extends AppCompatImageView, therefore it's part of its 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