From e05789a4aea242166329bdbdc1f6c6d82b89fc99 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Mon, 6 Nov 2023 20:10:57 +0100 Subject: [PATCH] Bump pyjnius version to 1.6.1 --- 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 85a5860d5c..0bcb74d392 100644 --- a/pythonforandroid/recipes/pyjnius/__init__.py +++ b/pythonforandroid/recipes/pyjnius/__init__.py @@ -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']