Skip to content

Commit 16d4d29

Browse files
authored
Merge pull request #1777 from goffi-contrib/kivy_update_44a8a6f
[kivy] updated to 44a8a6f
2 parents 926e612 + fb1e8c2 commit 16d4d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/kivy/__init__.py

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

77

88
class KivyRecipe(CythonRecipe):
9-
# post kivy==1.10.1, `fixes SDL2 image loading (jpg)`
10-
version = 'c4d6894'
9+
# post kivy==1.10.1, SDL2 bugs are fixed (like orientation bug)
10+
version = '44a8a6f'
1111
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1212
name = 'kivy'
1313

0 commit comments

Comments
 (0)