8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1133e0d commit cc72413Copy full SHA for cc72413
pythonforandroid/recipes/pyjnius/__init__.py
@@ -6,9 +6,8 @@
6
7
8
class PyjniusRecipe(CythonRecipe):
9
- version = '1.3.0'
10
- # url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
11
- url = 'https://github.com/misl6/pyjnius/archive/refs/heads/fix/android-wrong-include-path.zip'
+ version = '1.4.2'
+ url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
12
name = 'pyjnius'
13
depends = [('genericndkbuild', 'sdl2'), 'six']
14
site_packages_name = 'jnius'
0 commit comments