Skip to content

Commit a30a3f0

Browse files
authored
Merge pull request kivy#2285 from obfusk/update-pyjnius
update pyjnius to 1.3.0
2 parents e3b416d + 2541a01 commit a30a3f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77

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

0 commit comments

Comments
 (0)