8000 Merge pull request #1330 from AndreMiras/feature/kivy_latest_stable_v… · bb33bb/python-for-android@c9ea66c · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit c9ea66c

Browse files
authored
Merge pull request kivy#1330 from AndreMiras/feature/kivy_latest_stable_version
Defaults to latest kivy==1.10.1 release, fixes kivy#1328
2 parents 786bec8 + cc84ef3 commit c9ea66c

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)
0