File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
pythonforandroid/recipes/kivy Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ import glob
2+ from os .path import basename , exists , join
3+
4+ import sh
15from pythonforandroid .recipe import CythonRecipe
26from pythonforandroid .toolchain import current_directory , shprint
3- from os .path import exists , join , basename
4- import sh
5- import glob
67
78
89class KivyRecipe (CythonRecipe ):
9- version = '1.11.1 '
10+ version = '2.0.0 '
1011 url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1112 name = 'kivy'
1213
@@ -47,7 +48,7 @@ def get_recipe_env(self, arch):
4748 join (self .ctx .bootstrap .build_dir , 'jni' , 'SDL2_image' ),
4849 join (self .ctx .bootstrap .build_dir , 'jni' , 'SDL2_mixer' ),
4950 join (self .ctx .bootstrap .build_dir , 'jni' , 'SDL2_ttf' ),
50- ])
51+ ])
5152
5253 return env
5354
You can’t perform that action at this time.
0 commit comments