We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6a2c5 commit 5bd9a4fCopy full SHA for 5bd9a4f
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -7,7 +7,8 @@
7
8
class KivyRecipe(CythonRecipe):
9
# version = 'stable'
10
- version = 'master'
+ # version = 'master'
11
+ # version = '1.9.1'
12
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
13
name = 'kivy'
14
0 commit comments