Skip to content

Commit

Permalink
Update pyjnius version in recipe (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored May 13, 2023
1 parent 8cae1f6 commit e768266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/pyjnius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class PyjniusRecipe(CythonRecipe):
version = '1.4.2'
version = '1.5.0'
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
name = 'pyjnius'
depends = [('genericndkbuild', 'sdl2'), 'six']
Expand Down

0 comments on commit e768266

Please sign in to comment.