8000 [kivy] updated recipe to c4d6894 revision · jorgewqs/python-for-android@6f0dff9 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 6f0dff9

Browse files
committed
[kivy] updated recipe to c4d6894 revision
a95d67f revision of Kivy doesn't handle properly the orientation on Android (see kivy#1763). Revision c4d6894 works with `--orientation user`
1 parent eb939b7 commit 6f0dff9

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
@@ -7,7 +7,7 @@
77

88
class KivyRecipe(CythonRecipe):
99
# post kivy==1.10.1, `fixes SDL2 image loading (jpg)`
10-
version = 'a95d67f'
10+
version = 'c4d6894'
1111
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
1212
name = 'kivy'
1313

0 commit comments

Comments
 (0)
0