Skip to content

Commit 31bd452

Browse files
authored
Merge pull request #1663 from AndreMiras/feature/kivy_sdl_2.0.9
Defaults to post kivy==1.10.1 commit for SDL 2.0.9 fixes
2 parents 0ca5dbf + dbc1650 commit 31bd452

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 = '1.10.1'
9+
# post kivy==1.10.1 with SDL 2.0.9 fixes
10+
version = 'b47f669'
1011
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1112
name = 'kivy'
1213

0 commit comments

Comments
 (0)