From 6fc3d882913b0d5183cc7e615d8d7da64fcb2205 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sat, 13 May 2023 11:20:57 +0200 Subject: [PATCH] Update pyjnius version in recipe --- pythonforandroid/recipes/pyjnius/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/pyjnius/__init__.py b/pythonforandroid/recipes/pyjnius/__init__.py index 58103e23b0..85a5860d5c 100644 --- a/pythonforandroid/recipes/pyjnius/__init__.py +++ b/pythonforandroid/recipes/pyjnius/__init__.py @@ -6,7 +6,7 @@ class PyjniusRecipe(CythonRecipe): - version = '1.4.2' + version = '1.5.0' url = 'https://github.com/kivy/pyjnius/archive/{version}.zip' name = 'pyjnius' depends = [('genericndkbuild', 'sdl2'), 'six']