Skip to content

Commit 999df75

Browse files
committed
Defaults to post kivy==1.10.1, commit for fixes SDL2 image loading (jpg)
1 parent 1a2127a commit 999df75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/recipes/kivy/__init__.py

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

77

88
class KivyRecipe(CythonRecipe):
9-
version = 'master'
9+
# post kivy==1.10.1, `fixes SDL2 image loading (jpg)`
10+
version = 'a95d67f'
1011
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1112
name = 'kivy'
1213

0 commit comments

Comments
 (0)