From 10e2ba938229e0bae81bd418a38e4851cdc6b322 Mon Sep 17 00:00:00 2001 From: Evstifeev Roman Date: Sat, 14 Dec 2024 19:15:27 +0500 Subject: [PATCH] Update sdl2_ttf from 2.20.2 to 2.22.0 fixes #2963 fixes #2902 fixes https://github.com/kivy/buildozer/issues/1772 --- pythonforandroid/recipes/sdl2_ttf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/sdl2_ttf/__init__.py b/pythonforandroid/recipes/sdl2_ttf/__init__.py index 9f97ae441c..c869e1fc25 100644 --- a/pythonforandroid/recipes/sdl2_ttf/__init__.py +++ b/pythonforandroid/recipes/sdl2_ttf/__init__.py @@ -2,7 +2,7 @@ class LibSDL2TTF(BootstrapNDKRecipe): - version = '2.20.2' + version = '2.22.0' url = 'https://github.com/libsdl-org/SDL_ttf/releases/download/release-{version}/SDL2_ttf-{version}.tar.gz' dir_name = 'SDL2_ttf'