We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 926e612 + fb1e8c2 commit 16d4d29Copy full SHA for 16d4d29
pythonforandroid/recipes/kivy/__init__.py
@@ -6,8 +6,8 @@
6
7
8
class KivyRecipe(CythonRecipe):
9
- # post kivy==1.10.1, `fixes SDL2 image loading (jpg)`
10
- version = 'c4d6894'
+ # post kivy==1.10.1, SDL2 bugs are fixed (like orientation bug)
+ version = '44a8a6f'
11
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
12
name = 'kivy'
13
0 commit comments