Skip to content

Commit

Permalink
Bump pyjnius version to 1.6.1 (#2914)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Nov 9, 2023
1 parent 5b097dc commit 64ff7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/pyjnius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class PyjniusRecipe(CythonRecipe):
version = '1.5.0'
version = '1.6.1'
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
name = 'pyjnius'
depends = [('genericndkbuild', 'sdl2'), 'six']
Expand Down

0 comments on commit 64ff7a8

Please sign in to comment.