Skip to content

Commit 7a5f331

Browse files
committed
Pins pyjnius==1.1.3, fixes #1416
1 parent e3d66a5 commit 7a5f331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

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

77

88
class PyjniusRecipe(CythonRecipe):
9-
version = 'master'
9+
version = '1.1.3'
1010
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1111
name = 'pyjnius'
1212
depends = [('python2', 'python3crystax'), ('genericndkbuild', 'sdl2', 'sdl'), 'six']

0 commit comments

Comments
 (0)