Skip to content

Commit 6ba9a7f

Browse files
authored
Merge pull request kivy#1426 from AndreMiras/stable
Pins pyjnius==1.1.2
2 parents 73a6ae8 + 2c231ce commit 6ba9a7f

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.2'
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)