From 27e1ac656cf265be8582cbe55ee06747f9bfd4e2 Mon Sep 17 00:00:00 2001 From: m1ga Date: Fri, 17 Feb 2023 13:29:11 +0100 Subject: [PATCH] update to Android Lottie 6.0.0 --- README.md | 2 +- android/build.gradle | 2 +- android/manifest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e23c6ec..9123b82 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The Titanium modules use external libraries |Library|Platform|Version|Build Date| |---|---|---|---| -| [Airbnb Lottie](https://github.com/airbnb/lottie-android) | Android | 5.2.0 | 2022/05/31 | +| [Airbnb Lottie](https://github.com/airbnb/lottie-android) | Android | 6.0.0 | 2023/02/17 | | [Airbnb Lottie](https://github.com/airbnb/lottie-ios) | iOS | 4.1.2 | 2023/01/26 | ## Create a View diff --git a/android/build.gradle b/android/build.gradle index e46f2bc..e357696 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,7 +7,7 @@ dependencies { implementation "androidx.startup:startup-runtime:1.1.1" // https://github.com/airbnb/lottie-android - implementation 'com.airbnb.android:lottie:5.2.0' + implementation 'com.airbnb.android:lottie:6.0.0' // https://github.com/rive-app/rive-android implementation 'app.rive:rive-android:4.2.2' diff --git a/android/manifest b/android/manifest index 8b63a4f..888d8ba 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 4.4.2 +version: 4.4.3 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: ti.animation