Skip to content

Commit d965d54

Browse files
authored
Merge pull request #1935 from AndreMiras/feature/bump_to_kivy_1.11.1
Bumps to Kivy==1.11.1
2 parents 308df31 + 55e3cdd commit d965d54

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
@@ -6,7 +6,7 @@
66

77

88
class KivyRecipe(CythonRecipe):
9-
version = '1.11.0'
9+
version = '1.11.1'
1010
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1111
name = 'kivy'
1212

0 commit comments

Comments
 (0)