From 01ab877f599bacfea1991ece1923cc7b01ea372d Mon Sep 17 00:00:00 2001 From: duqingquan Date: Fri, 5 Jul 2024 18:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7lottle=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=B0=205.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-animation-view/utssdk/app-android/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uni_modules/uni-animation-view/utssdk/app-android/config.json b/uni_modules/uni-animation-view/utssdk/app-android/config.json index 841c3e70..12290c6b 100644 --- a/uni_modules/uni-animation-view/utssdk/app-android/config.json +++ b/uni_modules/uni-animation-view/utssdk/app-android/config.json @@ -1,6 +1,7 @@ { "minSdkVersion": "21", "dependencies": [ - "com.airbnb.android:lottie:3.4.0" + "com.airbnb.android:lottie:5.2.0", + "androidx.appcompat:appcompat:1.0.0" ] } -- GitLab