Skip to content

Commit fa5c2b9

Browse files
authored
Uncommented Kivy versio
1 parent 5bd9a4f commit fa5c2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class KivyRecipe(CythonRecipe):
99
# version = 'stable'
1010
# version = 'master'
11-
# version = '1.9.1'
11+
version = '1.9.1'
1212
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1313
name = 'kivy'
1414

0 commit comments

Comments
 (0)