We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b416d + 2541a01 commit a30a3f0Copy full SHA for a30a3f0
pythonforandroid/recipes/pyjnius/__init__.py
@@ -6,9 +6,7 @@
6
7
8
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'
+ version = '1.3.0'
12
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
13
name = 'pyjnius'
14
depends = [('genericndkbuild', 'sdl2'), 'six']
0 commit comments