Skip to content

Commit 55194d8

Browse files
committed
Revert to default url in Kivy recipe, cleanup
1 parent 1044b66 commit 55194d8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: pythonforandroid/recipes/kivy/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ def is_kivy_affected_by_deadlock_issue(recipe=None, arch=None):
2323

2424
class KivyRecipe(CythonRecipe):
2525
version = '2.3.1'
26-
# url = 'https://github.com/kivy/kivy/archive/{version}.zip'
27-
url = 'https://github.com/misl6/kivy/archive/refs/heads/feat/sdl2-to-sdl3.zip'
26+
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
2827
name = 'kivy'
2928

3029
depends = [('sdl2', 'sdl3'), 'pyjnius', 'setuptools']

Diff for: pythonforandroid/recipes/pyjnius/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PyjniusRecipe(CythonRecipe):
1515
patches = [
1616
('genericndkbuild_jnienv_getter.patch', will_build('genericndkbuild')),
1717
('sdl3_jnienv_getter.patch', will_build('sdl3')),
18-
]
18+
]
1919

2020
def get_recipe_env(self, arch):
2121
env = super().get_recipe_env(arch)

0 commit comments

Comments
 (0)