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