Skip to content

Commit f7f591b

Browse files
authored
Bump kivy version to 2.2.1 (kivy#2855)
1 parent 2e3c6a3 commit f7f591b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def is_kivy_affected_by_deadlock_issue(recipe=None, arch=None):
2222

2323

2424
class KivyRecipe(CythonRecipe):
25-
version = '2.2.0'
25+
version = '2.2.1'
2626
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
2727
name = 'kivy'
2828

0 commit comments

Comments
 (0)