Skip to content

Commit fbe9fe4

Browse files
authored
Merge pull request kivy#2900 from HugoDaniel/patch-1
Update Lottie player version
2 parents 4cc1267 + 3c05366 commit fbe9fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125
{%- endfor %}
126126
{%- endif %}
127127
{% if args.presplash_lottie %}
128-
implementation 'com.airbnb.android:lottie:3.4.0'
128+
implementation 'com.airbnb.android:lottie:6.1.0'
129129
{%- endif %}
130130
}
131131

0 commit comments

Comments
 (0)