We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786bec8 commit cc84ef3Copy full SHA for cc84ef3
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -6,14 +6,12 @@
6
7
8
class KivyRecipe(CythonRecipe):
9
- version = '1.10.0'
+ version = '1.10.1'
10
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
11
name = 'kivy'
12
13
depends = [('sdl2', 'pygame'), 'pyjnius']
14
15
- # patches = ['setargv.patch']
16
-
17
def cythonize_build(self, env, build_dir='.'):
18
super(KivyRecipe, self).cythonize_build(env, build_dir=build_dir)
19
0 commit comments