Skip to content

Commit 5bd9a4f

Browse files
authored
Changed Kivy recipe to use 1.9.1
This is necessary for now, as the Android build has been broken by the opengl changes.
1 parent ef6a2c5 commit 5bd9a4f

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
@@ -7,7 +7,8 @@
77

88
class KivyRecipe(CythonRecipe):
99
# version = 'stable'
10-
version = 'master'
10+
# version = 'master'
11+
# version = '1.9.1'
1112
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1213
name = 'kivy'
1314

0 commit comments

Comments
 (0)