Skip to content

Commit

Permalink
Merge pull request #2285 from obfusk/update-pyjnius
Browse files Browse the repository at this point in the history
update pyjnius to 1.3.0
  • Loading branch information
AndreMiras authored Aug 5, 2020
2 parents e3b416d + 2541a01 commit a30a3f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pythonforandroid/recipes/pyjnius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@


class PyjniusRecipe(CythonRecipe):
# "6553ad4" is one commit after last release (1.2.0)
# it fixes method resolution, required for resolving requestPermissions()
version = '1.2.1'
version = '1.3.0'
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
name = 'pyjnius'
depends = [('genericndkbuild', 'sdl2'), 'six']
Expand Down

0 comments on commit a30a3f0

Please sign in to comment.