Skip to content

Commit

Permalink
android update
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 2, 2024
1 parent 940757a commit d3afb04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The Titanium modules use external libraries

|Library|Platform|Version|
|---|---|---|
| [Airbnb Lottie](https://github.com/airbnb/lottie-android) | Android | 6.1.0 |
| [Airbnb Lottie](https://github.com/airbnb/lottie-android) | Android | 6.3.0 |
| [Airbnb Lottie](https://github.com/airbnb/lottie-ios) | iOS | 4.1.2 |
| [Rive](https://github.com/airbnb/lottie-ios) | Android | 4.3.2 |
| [Rive](https://github.com/rive-app/rive-android/) | Android | 5.1.5 |

## Create a View

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies {
implementation "androidx.startup:startup-runtime:1.1.1"

// https://github.com/airbnb/lottie-android
implementation 'com.airbnb.android:lottie:6.1.0'
implementation 'com.airbnb.android:lottie:6.3.0'

// https://github.com/rive-app/rive-android
implementation 'app.rive:rive-android:4.3.2'
implementation 'app.rive:rive-android:5.1.5'
}
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.5.0
version: 4.6.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: ti.animation
Expand Down

0 comments on commit d3afb04

Please sign in to comment.