Skip to content

Commit cc84ef3

Browse files
committed
Defaults to latest kivy==1.10.1 release, fixes kivy#1328
1 parent 786bec8 commit cc84ef3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66

77

88
class KivyRecipe(CythonRecipe):
9-
version = '1.10.0'
9+
version = '1.10.1'
1010
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1111
name = 'kivy'
1212

1313
depends = [('sdl2', 'pygame'), 'pyjnius']
1414

15-
# patches = ['setargv.patch']
16-
1715
def cythonize_build(self, env, build_dir='.'):
1816
super(KivyRecipe, self).cythonize_build(env, build_dir=build_dir)
1917

0 commit comments

Comments
 (0)