8000
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.
1 parent 9ea2d0a commit 2541a01Copy full SHA for 2541a01
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
< 3D58 span class=pl-s1>name = 'pyjnius'
14
depends = [('genericndkbuild', 'sdl2'), 'six']
0 commit comments