Skip to content

Commit 7a55d70

Browse files
committed
fix(android): bump native lib version to fix build issue with bintray
1 parent fe79e8f commit 7a55d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
def androidXAppCompatVersion = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.3.1"
55
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
66

7-
def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "4.1.+"
7+
def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "4.2.+"
88
implementation "com.airbnb.android:lottie:$lottieVersion"
99
}

0 commit comments

Comments
 (0)