From f7204489882f1485a5e6c8901064d677769f037a Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Thu, 8 Jul 2021 17:02:18 +0200 Subject: [PATCH] Android 4.1.0 (#54) * lottie update * README --- README.md | 4 ++-- android/build.gradle | 2 +- android/manifest | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aba814d..f25d31c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The Titanium modules use external libraries |Library|Platform|Version|Build Date| |---|---|---|---| -| [Airbnb Lottie](https://github.com/airbnb/lottie-android) | Android | 3.5.0 | 2020/11/09 | +| [Airbnb Lottie](https://github.com/airbnb/lottie-android) | Android | 3.7.1 | 2021/07/08 | | [Airbnb Lottie](https://github.com/airbnb/lottie-ios) | iOS | 2.5.2 | 2018/12/10 | @@ -86,7 +86,7 @@ creation (tss) only: Name | Parameter | Info | Platforms --- | --- | --- | --- | assetFolder|String|If your animation contains images put the folder inside the assetFolder (e.g. `images/` and put the image files inside `app/assets/images/`) | Android | -file | String | JSON file. Files go into app/assets/ (Alloy) | iOS, Android | +file | String | JSON file. Files go into app/assets/ (Alloy)
Android: Support for dotLottie files in 4.1.0+ | iOS, Android | loop | boolean | loop the animation | iOS, Android | autoStart | boolean | automatically start the animation | iOS, Android | diff --git a/android/build.gradle b/android/build.gradle index 117a723..5fdd8ae 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,5 +4,5 @@ repositories { } dependencies { - implementation 'com.airbnb.android:lottie:3.5.0' + implementation 'com.airbnb.android:lottie:3.7.1' } diff --git a/android/manifest b/android/manifest index a56716f..dc094ec 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.0.1 +version: 4.1.0 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: ti.animation