Skip to content

Commit cc72413

Browse files
committed
Use pyjnius 1.4.2
1 parent 1133e0d commit cc72413

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77

88
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'
9+
version = '1.4.2'
10+
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1211
name = 'pyjnius'
1312
depends = [('genericndkbuild', 'sdl2'), 'six']
1413
site_packages_name = 'jnius'

0 commit comments

Comments
 (0)