diff --git a/README.md b/README.md index f354c21..0211fbe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 2ebd423..7968c7a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' } diff --git a/android/manifest b/android/manifest index ae5ce4d..0c45045 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.5.0 +version: 4.6.0 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: ti.animation