We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fixes SDL2 image loading (jpg)
1 parent 1a2127a commit 999df75Copy full SHA for 999df75
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -6,7 +6,8 @@
6
7
8
class KivyRecipe(CythonRecipe):
9
- version = 'master'
+ # post kivy==1.10.1, `fixes SDL2 image loading (jpg)`
10
+ version = 'a95d67f'
11
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
12
name = 'kivy'
13
0 commit comments