We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe79e8f commit 7a55d70Copy full SHA for 7a55d70
plugin/platforms/android/include.gradle
@@ -4,6 +4,6 @@ dependencies {
4
def androidXAppCompatVersion = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.3.1"
5
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
6
7
- def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "4.1.+"
+ def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "4.2.+"
8
implementation "com.airbnb.android:lottie:$lottieVersion"
9
}
0 commit comments