Skip to content

Commit b0efb9f

Browse files
authored
Merge pull request #3103 from Fak3/kivy2.3.1
update kivy to 2.3.1
2 parents f6c0a09 + b6d734c commit b0efb9f

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.3.0'
25+
version = '2.3.1'
2626
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
2727
name = 'kivy'
2828

0 commit comments

Comments
 (0)