Skip to content

Commit e768266

Browse files
authored
Update pyjnius version in recipe (#2791)
1 parent 8cae1f6 commit e768266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class PyjniusRecipe(CythonRecipe):
9-
version = '1.4.2'
9+
version = '1.5.0'
1010
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1111
name = 'pyjnius'
1212
depends = [('genericndkbuild', 'sdl2'), 'six']

0 commit comments

Comments
 (0)