Skip to content

Commit 274ef71

Browse files
committed
Bump pyjnius version
1 parent 86cc92b commit 274ef71

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)