From 2db696aa74d8706e52b87407bad7fa11e877aec0 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Sat, 14 Jan 2023 18:04:54 +0800 Subject: [PATCH] =?UTF-8?q?lottie=20=E5=A2=9E=E5=8A=A0=20android=2021?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uts-animation-view/utssdk/app-android/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uni_modules/uts-animation-view/utssdk/app-android/config.json b/uni_modules/uts-animation-view/utssdk/app-android/config.json index 9bb6f10..005d688 100644 --- a/uni_modules/uts-animation-view/utssdk/app-android/config.json +++ b/uni_modules/uts-animation-view/utssdk/app-android/config.json @@ -1,6 +1,7 @@ { "dependencies": [ "com.airbnb.android:lottie:3.4.0" - ] + ], + "minSdkVersion": 21 } -- GitLab