Skip to content

Commit b5f1f67

Browse files
committed
Update Kivy version to 1.11.0
1 parent 1223337 commit b5f1f67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77

88
class KivyRecipe(CythonRecipe):
9-
# post kivy==1.10.1, SDL2 bugs are fixed (like orientation bug)
10-
version = '44a8a6f'
9+
version = '1.11.0'
1110
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1211
name = 'kivy'
1312

0 commit comments

Comments
 (0)