Skip to content

Commit fb1e8c2

Browse files
committed
[kivy] updated to 44a8a6f
This revision seems to not crash anymore when orientation is changed using `user` or `fullUser` orientation mode.
1 parent 926e612 commit fb1e8c2

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)