Skip to content

Commit

Permalink
update to Android Lottie 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 17, 2023
1 parent 4691cd2 commit 27e1ac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27e1ac6

Please sign in to comment.